HubEnum copyWith({int? enumId, String? name}) { return HubEnum(enumId: enumId ?? this.enumId, name: name ?? this.name); }