TableCell.fromJson constructor
TableCell.fromJson(
- Map json_
Implementation
TableCell.fromJson(core.Map json_)
: this(
v: json_['v'],
);
TableCell.fromJson(core.Map json_)
: this(
v: json_['v'],
);