AppEventHandle constructor
const
AppEventHandle({
- required String name,
- required String key,
- required AppEventScope scope,
- required StructHandle? dataStruct,
- bool isNamedLookup = false,
Implementation
const AppEventHandle({
required this.name,
required this.key,
required this.scope,
required this.dataStruct,
this.isNamedLookup = false,
});