copyWith property

Implementation

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