ActionInfo class

Constructors

ActionInfo(String name, String title, String? icon, int? group, List<ControlBase> arguments, String? adjective, String? verb, String? past, String? you, bool? multiple)
ActionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

adjective String?
final
arguments List<ControlBase>
final
group int?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
multiple bool?
final
name String
final
past String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
verb String?
final
you String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited