toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final fieldId = this.fieldId;
  final recordKey = this.recordKey;
  final tableLocation = this.tableLocation;
  return {
    'fieldId': ?fieldId,
    'recordKey': ?recordKey,
    'tableLocation': ?tableLocation,
  };
}