Adif class

An ADIF log file's structure. For Dart's favor all UPPER_SNAKE_CASE style fields have been converted to lowerCamelCase style.

Available extensions

Constructors

Adif(String? programid, String? programversion, List<Qso> data, {String? adifVer})

Properties

adifVer String
The ADIF version.
getter/setter pair
createdTimestamp DateTime?
Created timestamp, shall be converted to string when converting.
getter/setter pair
data List<Qso>
The QSO data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
programid String?
The program's name.
final
programversion String?
The program's version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAdxString() String

Available on Adif, provided by the AdifOperations extension

Build the ADX string.
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