copyWith method

_n copyWith({
  1. _i? content,
})

Implementation

_n copyWith({_i? content,}){if (_H is _o){return (_H as _o).copyWith(content: content,);}if (_H is _p){return (_H as _p).copyWith(content: content,);}if (_H is _q){return (_H as _q).copyWith(content: content,);}if (_H is _r){return (_H as _r).copyWith(content: content,);}return _n(content: content??_H.content,);}