Metadata class

Constructors

Metadata()

Properties

hashCode int
The hash code for this object.
no setterinherited
kvps Map<String, String>
getter/setter pair
notes List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addKVP(String key, String value) → void
Add a key/value pair for a key not currently in the map.
addNote(String note) → void
Add a note.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setKVP(String key, String value) → void
Set the value for the given key.
toString() String
A string representation of this object.
override

Operators

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

Constants

bodyweightKeywords → const List<String>
These are the special meta keywords to denote bodyweight.
unitKeywords → const List<String>
These are the special meta keywords that can affect the Performance unit. These may exist at the Session, Movement, or Performance scope.
unknownUnit → const String
In cases where we do not know the unit, we have a constant we can fall back onto.