copyWith property

Implementation

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