copyWith property

Implementation

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