copyWith property

GlobalVectorDefinitionCopyWith<GlobalVectorDefinition, GlobalVectorDefinition, GlobalVectorDefinition> get copyWith

Implementation

GlobalVectorDefinitionCopyWith<
  GlobalVectorDefinition,
  GlobalVectorDefinition,
  GlobalVectorDefinition
>
get copyWith =>
    _GlobalVectorDefinitionCopyWithImpl<
      GlobalVectorDefinition,
      GlobalVectorDefinition
    >(this as GlobalVectorDefinition, $identity, $identity);