MapxusErrorEvent constructor
MapxusErrorEvent({
- required String message,
Implementation
MapxusErrorEvent({required this.message}) : super('error');
MapxusErrorEvent({required this.message}) : super('error');