WmmCofLineData class

Represents a data line in a WMM.COF file.

Constructors

WmmCofLineData(int n, int m, double gnm, double hnm, double dgnm, double dhnm)
const
WmmCofLineData.fromParts(List<String> parts)
From splitting a line.

Properties

dgnm double
final
dhnm double
final
gnm double
final
hashCode int
The hash code for this object.
no setterinherited
hnm double
final
m int
final
n int
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
toString() String
A string representation of this object.
inherited

Operators

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