Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'value'] = this.value; return json; }