StyleSheetImage class

A representation of an image associated with a Subreddit's StyleSheet.

Constructors

StyleSheetImage(Uri url, String link, String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
The CSS link for the image.
final
name String
The original name of the image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
The URL for the image.
final

Methods

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

Operators

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