Returns a JSON presentation of the object.
@override Map<String, Object> toJson() { var result = <String, Object>{}; result['priority'] = priority; result['change'] = change.toJson(); return result; }