RhythmResult class

Available Extensions
Annotations
  • @freezed

Constructors

RhythmResult({@JsonKey(name: 'start indexes') required List<int> startIndexes, @JsonKey(name: 'end indexes') required List<int> endIndexes})
const
factory
RhythmResult.fromJson(Map<String, dynamic> json)
factory
RhythmResult.fromList(List res)
factory

Properties

copyWith → $RhythmResultCopyWith<RhythmResult>
no setterinherited
endIndexes List<int>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndexes List<int>
no setterinherited

Methods

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

Operators

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