copyWith property

DialogOpenedCopyWith<DialogOpened, DialogOpened, DialogOpened> get copyWith

Implementation

DialogOpenedCopyWith<DialogOpened, DialogOpened, DialogOpened> get copyWith =>
    _DialogOpenedCopyWithImpl<DialogOpened, DialogOpened>(
        this as DialogOpened, $identity, $identity);