copyWith method

TextEntityTypeTextUrl copyWith({
  1. String? url,
})

Implementation

TextEntityTypeTextUrl copyWith({String? url}) =>
    TextEntityTypeTextUrl(url: url ?? this.url);