FileBundle class

The bundle that source from local io.

Inheritance

Constructors

FileBundle(String url, {ContentType? contentType})

Properties

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

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obtainData([double contextId = 0]) Future<void>
override
preProcessing(double contextId, {bool isModule = false}) Future<void>
inherited
resolve({String? baseUrl, UriParser? uriParser}) Future<void>
inherited
setLoadingFromCache() → void
inherited
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.
inherited

Operators

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