TableCellLocation.fromJson constructor
TableCellLocation.fromJson(
- Map json_
Implementation
TableCellLocation.fromJson(core.Map json_)
: this(
columnIndex: json_['columnIndex'] as core.int?,
rowIndex: json_['rowIndex'] as core.int?,
);