copyWith method

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

Implementation

_r copyWith({_i? content,})=>_r(content: content??_H.content,);