AirtableRecord constructor
Creates an instance of AirtableRecord with the given id
and fields
.
Implementation
AirtableRecord({required this.id, required this.fields});
Creates an instance of AirtableRecord with the given id
and fields
.
AirtableRecord({required this.id, required this.fields});