ImageMetadata class

An image.

Annotations

Constructors

ImageMetadata({String? alt, required Iterable<ImageSource> sources, String? title})
Creates an image.

Properties

alt String?
The image alternative text.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources Iterable<ImageSource>
The image sources.
final
title String?
The image title.
final

Methods

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
The equality operator.
inherited