NamespaceError constructor
NamespaceError({
- String? message,
- NamespaceErrorType? type,
Implementation
NamespaceError({
this.message,
this.type,
});
NamespaceError({
this.message,
this.type,
});