copyWith property

GameDialogCopyWith<GameDialog, GameDialog, GameDialog> get copyWith

Implementation

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