ImageInfoParser class final

A parser for constructin ImageInfo.

Mixed-in types

Constructors

ImageInfoParser()

Properties

alt String?
Specify text for accessible tools to recognize the content of ImageInfo.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
Define height.
getter/setter pairinherited
isInitalized bool
Determine this buffer has been initalized already.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureUrl Uri?
Define HTTPS URL address.
getter/setter pairinherited
type String?
Define MIME type.
getter/setter pairinherited
url Uri?
Define URL address.
getter/setter pairinherited
width double?
Define width.
getter/setter pairinherited

Methods

compile() ImageInfo
Apply all defined properties in ImmutableBuffer into Immutable object T.
override
markInitalized() → void
Notify ImmutableBuffer that it has been isInitalized already.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Wipe all assigned data to Null and clear all stored elements in Iterable.
override
toString() String
A string representation of this object.
inherited

Operators

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