OgImage class
An og:image object with its structured properties.
Constructors
Properties
- alt → String?
-
og:image:alt— accessible description of the image.final - hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
og:image:heightin pixels, when declared.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secureUrl → String?
-
og:*:secure_url— https variant when the page declares one.finalinherited - type → String?
-
og:*:type— MIME type, e.g.image/jpegorvideo/mp4.finalinherited - url → String
-
Absolute URL of the media (relative URLs are resolved by the parser).
finalinherited
- width → int?
-
og:image:widthin pixels, when declared.final
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited