toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (instanceId != null) 'instanceId': instanceId!,
      if (projectId != null) 'projectId': projectId!,
      if (tableId != null) 'tableId': tableId!,
    };