copyWith property
Implementation
GameTableCopyWith<GameTable, GameTable, GameTable> get copyWith =>
_GameTableCopyWithImpl<GameTable, GameTable>(
this as GameTable,
$identity,
$identity,
);
GameTableCopyWith<GameTable, GameTable, GameTable> get copyWith =>
_GameTableCopyWithImpl<GameTable, GameTable>(
this as GameTable,
$identity,
$identity,
);