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