copyWith property

GamePropertyCopyWith<GameProperty, GameProperty, GameProperty> copyWith

Implementation

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