NetworkBundle class

Inheritance

Constructors

NetworkBundle(String url, {Map<String, String>? additionalHttpHeaders})

Properties

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

Methods

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

Operators

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