MediaThumb class

Constructors

MediaThumb(String? icon, String url1, String url2, String url3)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url1 String
final
url2 String
final
url3 String
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

Static Methods

fromJson(Map json) MediaThumb