call method
- {@DocumentReferenceConverter() DocumentReference human,
- @_UnmodifiableSetViewConverter() UnmodifiableSetView<
LifeItemEntity> items, - String currentLifeStepId,
- @TimestampConverter() DateTime createdAt,
- @TimestampConverter() DateTime updatedAt}
Implementation
$Res call(
{@DocumentReferenceConverter()
DocumentReference human,
@_UnmodifiableSetViewConverter()
UnmodifiableSetView<LifeItemEntity> items,
String currentLifeStepId,
@TimestampConverter()
DateTime createdAt,
@TimestampConverter()
DateTime updatedAt});