AdifOperations extension
- on
Methods
-
buildAdxString(
) → String -
Available on Adif, provided by the AdifOperations extension
Build the ADX string.
Static Methods
-
getUserdefMetaList(
List< Qso> data) → List<UserdefMeta> -
Available on Adif, provided by the AdifOperations extension
Build the list of <USERDEF> from the given QSOs. -
parseAdxString(
String str, {bool ignoreIllegals = true}) → Adif -
Available on Adif, provided by the AdifOperations extension
Parse from ADX strings. -
parseEnumsAndRanges(
String? enumsStr, String? rangeStr) → (List< String> ?, (double, double)?) -
Available on Adif, provided by the AdifOperations extension
Parse optional lists of enums and double ranges from the given strings.