copyWith property

BackgroundDefinitionCopyWith<BackgroundDefinition, BackgroundDefinition, BackgroundDefinition> get copyWith
inherited

Implementation

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