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