until property
- @JsonKey(fromJson: fromGraphQLDateTimeToDartPreciseDateTime, toJson: fromDartPreciseDateTimeToGraphQLDateTime)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLDateTimeToDartPreciseDateTime,
toJson: fromDartPreciseDateTimeToGraphQLDateTime)
late PreciseDateTime until;