menu
open_cu_services_lmsapi package
documentation
generated/lms_api.models.swagger.dart
BaseProblemError
BaseProblemError.new const constructor
BaseProblemError.new const constructor
dark_mode
light_mode
BaseProblemError
constructor
const
BaseProblemError
(
{
String
?
type
,
required
String
title
,
required
int
status
,
String
?
traceId
,
})
Implementation
const BaseProblemError({ this.type, required this.title, required this.status, this.traceId, });
open_cu_services_lmsapi package
documentation
generated/lms_api.models.swagger
BaseProblemError
BaseProblemError.new const constructor
BaseProblemError class