MenuEntry<P> class

Inheritance
Available Extensions

Constructors

Properties

action Function?
getter/setter pair
hasAction bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasSubMenu bool
no setter
icon ElementProvider?
getter/setter pair
iconElement Element?
no setter
name TextProvider?
getter/setter pair
nameText String?
no setter
payload ↔ P?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
title TextProvider?
getter/setter pair
titleText String?
no setter

Methods

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

Operators

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