InputEvent class

输入框的事件:携带 自定义的筛选条件 和 过滤标识位 由于点击标签之后,会清空筛选条件,清空的时候,textField的监听也会执行一遍,因此需要过滤

Inheritance

Constructors

InputEvent({required SelectionEntity rangeEntity, required bool filter})

Properties

filter bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rangeEntity SelectionEntity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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