copyWith property

Implementation

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