StorageServerInfo class abstract

Identification information for storage servers

Implementers

Constructors

StorageServerInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String?
The icon to use for this server. Must be an svg or a base64 encoded png (square, preferably 16x16 or 32x32)
no setter
id String
Unique id for this session
no setter
name String
The name of this server, eg: the name of the preference file
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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