WebFBundle class abstract

Mixed-in types
Implementers

Constructors

WebFBundle(String url, {ContentType? contentType})

Properties

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

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obtainData([double contextId]) Future<void>
preProcessing(double contextId, {bool isModule = false}) Future<void>
resolve({String? baseUrl, UriParser? uriParser}) Future<void>
setLoadingFromCache() → void
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
override

Operators

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

Static Methods

fromBytecode(Uint8List data, {String url = DEFAULT_URL}) WebFBundle
fromContent(String content, {String url = DEFAULT_URL, ContentType? contentType}) WebFBundle
fromUrl(String url, {Map<String, String>? additionalHttpHeaders, ContentType? contentType}) WebFBundle
invalidateCache(String url) Future<void>