ClipLineData class

Constructors

ClipLineData()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

comment() String?
next() ClipLineData?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
num() int
setComment(String? comment) → void
setNext(ClipLineData? next) → void
setNum(int num) → void
setToken(ClipToken? token) → void
token() ClipToken?
toString() String
A string representation of this object.
inherited

Operators

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