TemplateManager class

Constructors

TemplateManager()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templates HashMap<String, XmlDocument>
getter/setter pair

Methods

fromAssetsBundle(String url) Future<String?>
fromDatabase(String key) Future<String?>
fromDisk(String url) Future<String?>
fromJs(String? xml) → XmlDocument?
fromMemory(String url) → XmlDocument?
fromServer(String url) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDisk(String url, String xml) Future<bool>
toMemory(String url, XmlDocument? document) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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