Loader class abstract

Implementers

Constructors

Loader([dynamic manager])

Properties

crossOrigin String
getter/setter pair
flipY bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manager LoadingManager
getter/setter pair
mimeType String
getter/setter pair
path String
getter/setter pair
requestHeader Map<String, dynamic>
getter/setter pair
resourcePath String?
getter/setter pair
responseType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withCredentials bool
getter/setter pair

Methods

load(dynamic url, Function onLoad, [Function? onProgress, Function? onError]) → dynamic
loadAsync(dynamic url) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(dynamic json, [String? path, Function? onLoad, Function? onError]) → dynamic
setCrossOrigin(dynamic crossOrigin) → dynamic
setPath(dynamic path) → dynamic
setRequestHeader(dynamic requestHeader) → dynamic
setResourcePath(dynamic resourcePath) → dynamic
setWithCredentials(dynamic value) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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