copyWith method

LanguagePackStringValueOrdinary copyWith({
  1. String? value,
})

Implementation

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