menu
dreamic package
documentation
data/models/enum_example.dart
PostModel
id property
id property
dark_mode
light_mode
id
property
@JsonKey.new(includeFromJson: true, includeToJson: false)
String
id
final
Implementation
@JsonKey(includeFromJson: true, includeToJson: false) final String id;
dreamic package
documentation
data/models/enum_example
PostModel
id property
PostModel class