copyWith property

GameDialogValueCopyWith<GameDialogValue, GameDialogValue, GameDialogValue> get copyWith

Implementation

GameDialogValueCopyWith<GameDialogValue, GameDialogValue, GameDialogValue>
get copyWith =>
    _GameDialogValueCopyWithImpl<GameDialogValue, GameDialogValue>(
      this as GameDialogValue,
      $identity,
      $identity,
    );