copyWith property

Implementation

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