InputMenuItem class

输入菜单

Inheritance

Constructors

InputMenuItem(String code, String name)
InputMenuItem.defaultValue(String code, String name, String defaultValue)

Properties

code String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pairinherited
text String
getter/setter pairinherited
valueList List<String?>
getter/setter pairinherited

Methods

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

Operators

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