SolidServerInfo class
Configuration for server information in the status bar.
Constructors
- SolidServerInfo({required String serverUri, String? displayText, String? tooltip, bool isClickable = true})
-
const
- SolidServerInfo.fromWebId(String webId, {String? tooltip, bool isClickable = true})
-
Creates a SolidServerInfo from a WebID with automatic formatting.
factory
Properties
- displayText → String?
-
Optional custom display text (if null, automatically formats serverUri).
final
- effectiveDisplayText → String
-
Gets the effective display text, with automatic formatting if not
provided.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClickable → bool
-
Whether the server link is clickable.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverUri → String
-
The server URI to display and link to.
final
- tooltip → String?
-
Tooltip message for the server info.
final
- tooltipText → String
-
Gets the tooltip for server info.
no setter
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