isConfigField property
bool
get
isConfigField
Defines if this field should be exported to Dart config file
Implementation
bool get isConfigField => field[ConfigFieldType.CONFIG_FIELD] ?? true;
Defines if this field should be exported to Dart config file
bool get isConfigField => field[ConfigFieldType.CONFIG_FIELD] ?? true;