Restores this instance from the given JSON object.
AABB fromJSON(Map<String,dynamic> json ) { min.fromArray( json['min'] ); max.fromArray( json['max'] ); return this; }