Integration class abstract

A base class for all integrations. An integration is a class that generates code for a specific asset type.

Implementers

Constructors

Integration(String packageName, {bool parseMetadata = false})

Properties

className → String
no setter
classOutput → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
isConstConstructor → bool
no setter
isEnabled ↔ bool
getter/setter pair
isPackage → bool
latefinal
packageName → String
The package name for this asset. If empty, the asset is not in a package.
final
parseMetadata → bool
final
requiredImports → List<Import>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

classInstantiate(AssetType asset) → String
isSupport(AssetType asset) → FutureOr<bool>
Is this asset type supported by this integration?
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