copyWith method
Implementation
WebApiModulesAccountServicesJwtOktaSessionResponseModel copyWith(
{String? status}) {
return WebApiModulesAccountServicesJwtOktaSessionResponseModel(
status: status ?? this.status);
}
WebApiModulesAccountServicesJwtOktaSessionResponseModel copyWith(
{String? status}) {
return WebApiModulesAccountServicesJwtOktaSessionResponseModel(
status: status ?? this.status);
}