StorageImage class
表示存储图像的类
Constructors
- StorageImage(String storageId)
- 构造函数
Properties
Methods
-
loadImage(
) → FileImage? - 加载图像
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromPath(
String sourcePath) → StorageImage? - 根据路径创建StorageImage对象