menu
rehacul_app_medical
services/error/usecase_error.dart
UsecaseException
UsecaseException constructor
UsecaseException
brightness_4
brightness_5
UsecaseException
constructor
UsecaseException
(
UsecaseErrorType
type
,
String
message
,
{
Object
?
detail
}
)
Implementation
UsecaseException(this.type, this.message, {this.detail});
rehacul_app_medical
usecase_error
UsecaseException
UsecaseException constructor
UsecaseException class