ImageInfo class

Constructors

ImageInfo.fromJson(Map<String, dynamic> map, String? resolveAsset(String? path))

Properties

aspectRatio num
final
filePath String?
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
iso String?
iso_639_1 code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voteAverage num
final
voteCount int
final
width int
final

Methods

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

Operators

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

Static Methods

listFromJson(List list, String? resolveAsset(String? path)) List<ImageInfo>