EditorAction constructor
EditorAction({
- bool abstract = false,
- String? baseType = action,
- Map<
String, EditorActionType> ? actions, - Map<
String, EditorPropertyType> ? properties,
Implementation
EditorAction({
super.abstract = false,
super.baseType = action,
this.actions,
super.properties,
});