toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (containerDetails != null) 'containerDetails': containerDetails!,
      if (fileOffset != null) 'fileOffset': fileOffset!,
      if (labels != null) 'labels': labels!,
      if (rowOffset != null) 'rowOffset': rowOffset!,
      if (tableOptions != null) 'tableOptions': tableOptions!,
    };