BaseStatus constructor
const
BaseStatus({
- required StatusType type,
- String? message,
Implementation
const BaseStatus({
required this.type,
this.message,
});
const BaseStatus({
required this.type,
this.message,
});