copyWith property

GameInfoCopyWith<GameInfo, GameInfo, GameInfo> get copyWith

Implementation

GameInfoCopyWith<GameInfo, GameInfo, GameInfo> get copyWith =>
    _GameInfoCopyWithImpl(this as GameInfo, $identity, $identity);