call method

$Res call (
  1. {@DocumentReferenceConverter() DocumentReference human,
  2. @_UnmodifiableSetViewConverter() UnmodifiableSetView<LifeItemEntity> items,
  3. String currentLifeStepId,
  4. @TimestampConverter() DateTime createdAt,
  5. @TimestampConverter() DateTime updatedAt}
)

Implementation

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