Transforms this instance into a JSON object.
@override Map<String,dynamic> toJSON() { final json = super.toJSON(); json['target'] = target.storage; json['deceleration'] = deceleration; return json; }