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