AitSegment class

Constructors

AitSegment(int start, int endIndex, {bool broken = false})
AitSegment.fromMap(Map<String, dynamic> map)
factory

Properties

broken bool
getter/setter pair
endIndex int
@消息的结束位置
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
start int
@消息的起始位置
getter/setter pair

Methods

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

Operators

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