CellId.fromJson constructor
CellId.fromJson(
- String source
Implementation
factory CellId.fromJson(String source) => CellId.fromMap(json.decode(source));
factory CellId.fromJson(String source) => CellId.fromMap(json.decode(source));