FitFileBuilder class

Constructors

FitFileBuilder({bool autoDefine = true, int minStringSize = 0})

Properties

autoDefine bool
final
definitionMap Map<int, DefinitionMessage>
final
hashCode int
The hash code for this object.
no setterinherited
minStringSize int
final
records List<Record>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Message message) → void
addAll(List<Message> messages) → void
build() FitFile
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