menu
cyberframework package
documentation
Module/Data/cyberdatarow.dart
CyberDataRow
hasField method
hasField method
dark_mode
light_mode
hasField
method
bool
hasField
(
String
fieldName
)
Implementation
bool hasField(String fieldName) { return _data.containsKey(_getCachedFieldName(fieldName)); }
cyberframework package
documentation
Module/Data/cyberdatarow
CyberDataRow
hasField method
CyberDataRow class