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