InlineMenuData class

Class for handling inline menu displayed text and callback data used in InlineMenu

Constructors

InlineMenuData(String text, [String? data])
Create a InlineMenuData, if data is null, text will be used as callback data in InlineMenu

Properties

data String?
Callback data
final
hashCode int
The hash code for this object.
no setterinherited
id String
Gets ID part
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Text displayed
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
String representation - this is just the ID itself
override

Operators

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