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