AFID class
Constructors
Properties
- code → String
-
no setter
- codeId → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- library → AFLibraryID?
-
final
- libraryTag → String
-
no setter
- prefix → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- withCount → int
-
no setter
-
withItems
→ List<
Object> ? -
final
Methods
-
accessFirstWithItem<
TItem extends Object> () → TItem -
accessSecondWithItem<
TItem extends Object> () → TItem -
accessThirdWithItem<
TItem extends Object> () → TItem -
accessWithItem<
TItem extends Object> (int n) → TItem -
compareTo(
AFID other) → int -
endsWith(
String ends) → bool -
isKindOf(
AFID other) → bool -
isLibrary(
AFLibraryID lib) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
throwLibNotNull(
) → Never -
with3<
TItem extends AFID> ({required AFLibraryID? library, required String codeId, required TItem creator(String, AFLibraryID, List< Object> ), required Object? first, Object? second, Object? third}) → TItem