toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (columnIndex != null) 'columnIndex': columnIndex!,
      if (rowIndex != null) 'rowIndex': rowIndex!,
      if (tableStartLocation != null)
        'tableStartLocation': tableStartLocation!,
    };