copyWith method

Implementation

PhoneNumberCodeTypeConfirmOwnership copyWith({String? hash}) =>
    PhoneNumberCodeTypeConfirmOwnership(hash: hash ?? this.hash);