MarkupEvent class abstract

Related gesture events for marking elements

Implementers

Constructors

MarkupEvent.new(String tag, [Object? data])

Properties

data Object?
数据
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
发出该事件的标签
getter/setter pair

Methods

asData<T>() → T
转换data的类型
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