menu
airtable_crud package
documentation
airtable_plugin.dart
AirtableRecord
fields property
fields property
dark_mode
light_mode
fields
property
Map
<
String
,
dynamic
>
fields
getter/setter pair
A map of field names to their corresponding values.
Implementation
Map<String, dynamic> fields;
airtable_crud package
documentation
airtable_plugin
AirtableRecord
fields property
AirtableRecord class