Restores this instance from the given JSON object.
Cell fromJSON(Map<String,dynamic> json ) { aabb.fromJSON( json['aabb'] ); entries.clear(); entries.addAll(json['entries'].subList()); return this; }