copyWith property

Implementation

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