ResourceConfig<D extends ConfigDocument> class abstract

Implementers
Available Extensions

Constructors

ResourceConfig(ResourceContent? resourceContent)

Properties

hashCode int
The hash code for this object.
no setteroverride
isLoaded bool
no setter
onLoad EventStream<String?>?
no setter
resourceContent ResourceContent?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri?
no setter
uriResolved Future<Uri?>?
no setter

Methods

getDocument() Future<D?>
getDocumentIfLoaded() → D?
load() Future<D?>
loadDocument(String content) → D
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveURL(String url) Future<Uri?>
setDocument(D doc) → void
toString() String
A string representation of this object.
override

Operators

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