Map<String, Object?> toJson() { var allowed = this.allowed; final json = <String, Object?>{}; json[r'allowed'] = allowed; return json; }