ColumnFamily.fromJson constructor
- Map _json
Implementation
ColumnFamily.fromJson(core.Map _json) {
if (_json.containsKey("gcRule")) {
gcRule = new GcRule.fromJson(_json["gcRule"]);
}
}
ColumnFamily.fromJson(core.Map _json) {
if (_json.containsKey("gcRule")) {
gcRule = new GcRule.fromJson(_json["gcRule"]);
}
}