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