copyWith property

BackgroundDefinitionCopyWith<BackgroundDefinition, BackgroundDefinition, BackgroundDefinition> get copyWith

Implementation

BackgroundDefinitionCopyWith<
  BackgroundDefinition,
  BackgroundDefinition,
  BackgroundDefinition
>
get copyWith =>
    _BackgroundDefinitionCopyWithImpl<
      BackgroundDefinition,
      BackgroundDefinition
    >(this as BackgroundDefinition, $identity, $identity);