WmmCof class

Represents the data in a WMM.COF file.

Constructors

WmmCof({required double epoch, required String model, required String modelDate, required List<WmmCofLineData> wmm})
WmmCof.fromLines(List<String> lines)
Parse a WMM.COF file line by line.
factory
WmmCof.fromString(String wmmCof)
Parse a WMM.COF file as a string.
factory

Properties

date DateTime
final
epoch double
final
hashCode int
The hash code for this object.
no setterinherited
model String
final
modelDate String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wmm List<WmmCofLineData>
final

Methods

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 Properties

fieldSplitterRegex RegExp
final
modelDateFormat → DateFormat
final