toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final rowNumber = this.rowNumber;
  final tableReference = this.tableReference;
  return {'rowNumber': ?rowNumber, 'tableReference': ?tableReference};
}