TDResourceManager class

资源管理器

Constructors

TDResourceManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delegate(BuildContext context) TDResourceDelegate
获取资源
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setResourceBuilder(TDTDResourceBuilder delegate, dynamic needAlwaysBuild) → void
设置资源代理
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TDResourceManager
单例对象
no setter