status property

  1. @JsonKey(fromJson: fromGraphQLUserTextStatusToDartUserTextStatus, toJson: fromDartUserTextStatusToGraphQLUserTextStatus)
UserTextStatus status
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLUserTextStatusToDartUserTextStatus,
    toJson: fromDartUserTextStatusToGraphQLUserTextStatus)
late UserTextStatus status;