state property

  1. @JsonKey.new(name: 'state', toJson: chapterWithContentResponseModelStateToJson, fromJson: chapterWithContentResponseModelStateFromJson)
ChapterWithContentResponseModelState state
final

Implementation

@JsonKey(
  name: 'state',
  toJson: chapterWithContentResponseModelStateToJson,
  fromJson: chapterWithContentResponseModelStateFromJson,
)
final enums.ChapterWithContentResponseModelState state;