AdifGeneral<T> class abstract

Used for application and user defined fields, which can be used to express different types of data. Please refer to AdifBoolean, AdifInteger, AdifNumber, AdifDate, AdifTime, AdifString, AdifIntlString, AdifMultilineString, AdifIntlMultilineString, and AdifEnumeration for more details.

Implementers

Constructors

AdifGeneral(T value)

Properties

hashCode int
The hash code for this object.
no setterinherited
original → T
The original data of the adif data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
getter/setter pair

Methods

getString() String
getType() String
isIntl() bool
Whether the data type accepts non-ASCII characters.
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

fromOriginal<T>(T original) AdifGeneral
fromString(String str) AdifGeneral