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