menu
flourish_flutter_sdk package
documentation
events/event.dart
ErrorEvent
ErrorEvent.new constructor
ErrorEvent.new constructor
dark_mode
light_mode
ErrorEvent
constructor
ErrorEvent
(
String
code
,
String
message
)
Implementation
ErrorEvent(this.code, this.message) : super(name: 'error');
flourish_flutter_sdk package
documentation
events/event
ErrorEvent
ErrorEvent.new constructor
ErrorEvent class