ImageResult class
Constructors
-
ImageResult(String collection, Uri thumbnailUrl, Uri imageUrl, int width, int height, String displaySitename, Uri docUrl, DateTime datetime)
-
Properties
-
collection
↔ String
-
read / write
-
datetime
↔ DateTime
-
read / write
-
displaySitename
↔ String
-
read / write
-
docUrl
↔ Uri
-
read / write
-
height
↔ int
-
read / write
-
imageUrl
↔ Uri
-
read / write
-
thumbnailUrl
↔ Uri
-
read / write
-
width
↔ int
-
read / write
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString()
→ String
-
Returns a string representation of this object.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited