codeFirstEntity property
- @override
- @JsonKey(fromJson: _codeFirstFlagFromJson, toJson: _codeFirstFlagToJson, defaultValue: false)
final
This field will always being true
if model is created from the code
and always being false
if it is a dynamic model, created via admin panel
ans stored on the backend side
Implementation
@override
@JsonKey(fromJson: _codeFirstFlagFromJson, toJson: _codeFirstFlagToJson, defaultValue: false)
final bool codeFirstEntity;