copyWith property

Implementation

CopyWith$Input$PluginInput<Input$PluginInput> get copyWith =>
    CopyWith$Input$PluginInput(
      this,
      (i) => i,
    );