KrakenBundle class abstract

Implementers

Constructors

KrakenBundle(String url)

Properties

contentType ContentType
getter/setter pair
data Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBytecode bool
no setter
isCSS bool
no setter
isHTML bool
no setter
isJavascript bool
no setter
isResolved bool
no setter
resolvedUri Uri?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(int? contextId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromBytecode(Uint8List data, {String url = DEFAULT_URL}) KrakenBundle
fromContent(String content, {String url = DEFAULT_URL}) KrakenBundle
fromUrl(String url, {Map<String, String>? additionalHttpHeaders}) KrakenBundle