copyWith property

Implementation

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