Feat copyWith({ String? name, int? value, }) { return Feat( name: name ?? this.name, value: value ?? this.value, ); }