createdAt property

  1. @JsonKey(fromJson: fromGraphQLDateTimeToDartPreciseDateTime, toJson: fromDartPreciseDateTimeToGraphQLDateTime)
PreciseDateTime createdAt
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLDateTimeToDartPreciseDateTime,
  toJson: fromDartPreciseDateTimeToGraphQLDateTime,
)
late PreciseDateTime createdAt;