MarkupEvent class abstract
Related gesture events for marking elements
- Implementers
Constructors
- MarkupEvent(String tag, [Object? data])
Properties
Methods
-
asData<
T> () → T - 转换data的类型
-
asMap<
K, V> () → Map< K, V> -
转换data的类型为
Map<String, String> -
containsKey(
Object? key) → bool -
get<
V> (Object? key) → V? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
require<
V> (Object? key) → V -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
Object? key) → Object?