copyWithWrapped method
Implementation
WebApiModulesAccountServicesJwtOktaSessionResponseModel copyWithWrapped(
{Wrapped<String?>? status}) {
return WebApiModulesAccountServicesJwtOktaSessionResponseModel(
status: (status != null ? status.value : this.status));
}