StorageImage class

表示存储图像的类

Constructors

StorageImage(String storageId)
构造函数

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageId String
存储ID
getter/setter pair

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对象