copyWith property

Implementation

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