PowerImageLoadException class

Implemented types

Constructors

PowerImageLoadException({required Map nativeResult})
Creates a PowerImageLoadException with the specified native State state and request uniqueKey.

Properties

hashCode int
The hash code for this object.
no setterinherited
nativeResult Map
0 = {map entry} "success" -> false 1 = {map entry} "uniqueKey" -> "{src: http://img.alicdn.com//bao//uploaded//i2//O1CN01SNnaus2KLND4UQngH_!!0-fleamarket.jpg}_imageTyp..." 2 = {map entry} "width" -> 0 3 = {map entry} "errMsg" -> "failPhenixEvent.getResultCode()=404" 4 = {map entry} "eventName" -> "onReceiveImageEvent" 5 = {map entry} "state" -> "loadFailed" 6 = {map entry} "height" -> 0
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited