GuideAction constructor
const
GuideAction({
- required GuideActionType type,
- required String label,
- required GuideActionStyle style,
- String? scope,
- String? url,
- String? fallbackUrl,
- String? presentation,
- String? eventName,
- Map<
String, dynamic> ? properties,
Implementation
const GuideAction({
required this.type,
required this.label,
required this.style,
this.scope,
this.url,
this.fallbackUrl,
this.presentation,
this.eventName,
this.properties,
});