copyWith property

GamePropertyCopyWith<GameProperty, GameProperty, GameProperty> get copyWith

Implementation

GamePropertyCopyWith<GameProperty, GameProperty, GameProperty> get copyWith =>
    _GamePropertyCopyWithImpl<GameProperty, GameProperty>(
        this as GameProperty, $identity, $identity);