copyWith property

GameTableCopyWith<GameTable, GameTable, GameTable> get copyWith

Implementation

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