copyWith property

GameDialogComponentValueCopyWith<GameDialogComponentValue, GameDialogComponentValue, GameDialogComponentValue> get copyWith
inherited

Implementation

GameDialogComponentValueCopyWith<
  GameDialogComponentValue,
  GameDialogComponentValue,
  GameDialogComponentValue
>
get copyWith =>
    _GameDialogComponentValueCopyWithImpl<
      GameDialogComponentValue,
      GameDialogComponentValue
    >(this as GameDialogComponentValue, $identity, $identity);