copyWith property

GameDialogCopyWith<GameDialog, GameDialog, GameDialog> get copyWith

Implementation

GameDialogCopyWith<GameDialog, GameDialog, GameDialog> get copyWith =>
    _GameDialogCopyWithImpl(this as GameDialog, $identity, $identity);