AdifCreditList class
a comma-delimited list where each list item is either: A member of the Credit enumeration. A member of the Credit enumeration followed by a colon and an ampersand-delimited list of members of the QSL_Medium enumeration. For example IOTA,WAS:LOTW&CARD,DXCC:CARD
- Inheritance
-
- Object
- AdifGeneral<
List< String> > - AdifCreditList
Constructors
-
AdifCreditList(List<
String> value)
Properties
Methods
-
getString(
) → String -
override
-
getType(
) → String -
override
-
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
Static Methods
-
fromString(
String str) → AdifCreditList -
override