PowerImageRequestOptionsSrcNormal class

Inheritance

Constructors

PowerImageRequestOptionsSrcNormal({required String src})

Properties

hashCode int
you need override these two method: == / hashCode to ensure several PowerImageRequestOptionsSrc is Equal when you need use same cache
no setteroverride
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