FitFile class

Constructors

FitFile(FitFileHeader header, List<Record> records, int? crc)

Properties

crc int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
final
records List<Record>
final
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
toBytes({dynamic checkCrc = true}) Uint8List
toRows() List<List>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromBytes(Uint8List bytes, {dynamic checkCrc = true, dynamic checkRecords = false}) FitFile