copyWith property

GameTableCopyWith<GameTable, GameTable, GameTable> copyWith

Implementation

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