Segment class

Segment

Constructors

Segment({required int segmentId, int? endTimeMs, required int startTimeMs, SegmentCategory? category, SegmentSubcategory? subcategory, required List<Attribute?> attributes, SegmentType? type})

Properties

attributes List<Attribute?>
getter/setter pair
category SegmentCategory?
getter/setter pair
endTimeMs 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
segmentId int
getter/setter pair
startTimeMs int
getter/setter pair
subcategory SegmentSubcategory?
getter/setter pair
type SegmentType?
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) Segment