toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (connection != null) 'connection': connection!,
  if (location != null) 'location': location!,
  if (project != null) 'project': project!,
  if (tableType != null) 'tableType': tableType!,
};