PowerImageRequestOptionsSrc class abstract

this is abstract class for custom Src to native laoder

Implementers

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

Methods

encode() Map<String, dynamic>
the encode map will transparent to native Biz Loader avoid save too much data in it;
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