toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (fieldId != null) 'fieldId': fieldId!,
if (recordKey != null) 'recordKey': recordKey!,
if (tableLocation != null) 'tableLocation': tableLocation!,
};