menu
rehacul_app_medical
db/error/db_error.dart
DbException
DbException constructor
DbException
brightness_4
brightness_5
DbException
constructor
DbException
(
DbErrorType
type
,
String
message
,
{
int
?
resultCode
,
Object
?
detail
}
)
Implementation
DbException(this.type, this.message, {this.resultCode, this.detail});
rehacul_app_medical
db_error
DbException
DbException constructor
DbException class