CellId.fromJson constructor

CellId.fromJson(
  1. String source
)

Implementation

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