copyWith method

TextEntityTypePreCode copyWith({
  1. String? language,
})

Implementation

TextEntityTypePreCode copyWith({String? language}) =>
    TextEntityTypePreCode(language: language ?? this.language);