Qso class

The structure of each QSO. The major fields are the same with ADIF defined formats (converted from UPPER_SNAKE_CASE to lowerCamelCase).

When exporting to ADX files, fields marked with "INTL compatible" will be always converted to its corresponding INTL field, no matter whether non-ASCII characters are used. For example, NOTE_INTL will be always used when exporting to ADX instead of NOTE. Fields that don't have its corresponding INTL field will be marked as "ASCII only".

Constructors

Qso(List<AdifField> adifdefs, List<Appdef> appdefs, List<Userdef> userdefs)

Properties

adifdefs List<AdifField>
The QSO's ADIF-defined fields.
getter/setter pair
appdefs List<Appdef>
The application-defined fields.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userdefs List<Userdef>
The user-defined fields.
getter/setter pair

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