AppEventDeclaration constructor
const
AppEventDeclaration({
- required String name,
- required String key,
- required AppEventScope scope,
- required StructHandle? dataStruct,
- required ActionBlockTarget? handler,
- String description = '',
Implementation
const AppEventDeclaration({
required this.name,
required this.key,
required this.scope,
required this.dataStruct,
required this.handler,
this.description = '',
});