copyWith method

Implementation

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