copyWith property

DialogsClosedCopyWith<DialogsClosed, DialogsClosed, DialogsClosed> get copyWith

Implementation

DialogsClosedCopyWith<DialogsClosed, DialogsClosed, DialogsClosed>
get copyWith => _DialogsClosedCopyWithImpl<DialogsClosed, DialogsClosed>(
  this as DialogsClosed,
  $identity,
  $identity,
);