Transforms this instance into a JSON object.
Map<String,dynamic> toJSON() { return { 'type': runtimeType.toString(), 'center': center.storage, 'halfSizes': halfSizes.storage, 'rotation': rotation.elements }; }