SitesPreferencesEntry constructor

SitesPreferencesEntry(
  1. String siteName,
  2. String siteUrl,
  3. String nick,
  4. String avatar,
  5. int lastAccess,
)

Implementation

SitesPreferencesEntry(
    this.siteName, this.siteUrl, this.nick, this.avatar, this.lastAccess);