SitesPreferences class

Constructors

SitesPreferences(List _sites)
SitesPreferences.fromJson(dynamic data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDirty bool
no setter
names List
no setter
recentSite SitesPreferencesEntry?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sites List
no setter

Methods

addSite(dynamic siteName, dynamic siteUrl, dynamic nick, dynamic avatar, dynamic lastAccess) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNickAvatar(dynamic site, dynamic nick, dynamic avatar, dynamic lastAccess) bool
site(String siteName) SitesPreferencesEntry?
toJson() String
toString() String
A string representation of this object.
inherited
unDirty() → void
unfollowSite(dynamic siteName) bool

Operators

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