copyWith method
Implementation
LanguagePackStringValueOrdinary copyWith({String? value}) =>
LanguagePackStringValueOrdinary(value: value ?? this.value);
LanguagePackStringValueOrdinary copyWith({String? value}) =>
LanguagePackStringValueOrdinary(value: value ?? this.value);