MeshErrorNotice constructor
const
MeshErrorNotice({
- required String category,
- required String message,
- required MeshErrorSeverity severity,
- required DateTime timestamp,
- Object? error,
- StackTrace? stackTrace,
Implementation
const MeshErrorNotice({
required this.category,
required this.message,
required this.severity,
required this.timestamp,
this.error,
this.stackTrace,
});