Cell.fromJson constructor
Cell.fromJson(
- Map json_
Implementation
Cell.fromJson(core.Map json_) : this(value: json_['value'] as core.String?);
Cell.fromJson(core.Map json_) : this(value: json_['value'] as core.String?);