PowerImageRequestOptionsSrcAsset class

Inheritance

Constructors

PowerImageRequestOptionsSrcAsset({required String src, String? package})

Properties

hashCode int
you need override these two method: == / hashCode to ensure several PowerImageRequestOptionsSrc is Equal when you need use same cache
no setteroverride
package String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String
final

Methods

encode() Map<String, String?>
the encode map will transparent to native Biz Loader avoid save too much data in it;
override
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
you need override these two method: == / hashCode to ensure several PowerImageRequestOptionsSrc is Equal when you need use same cache
override