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