AdifOperations extension

on

Methods

buildAdiString({NonAsciiBuildOption nonAsciiFallback = NonAsciiBuildOption.throwError}) String

Available on Adif, provided by the AdifOperations extension

Build the ADI string.
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.
parseAdiString(String str, {bool ignoreIllegals = true, NonAsciiParseOption nonAsciiParse = NonAsciiParseOption.parseByCharacter}) Adif

Available on Adif, provided by the AdifOperations extension

Parse from ADI strings.
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.