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