DigiaUIHost class sealed

Sealed class representing different hosting environments for Digia UI.

DigiaUIHost defines the hosting configuration for the Digia UI system, allowing different deployment scenarios and resource proxy configurations. This abstraction enables support for various hosting environments while maintaining consistent API access patterns.

The class supports resource proxy URLs for scenarios where assets need to be served through a different endpoint than the main API.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceProxyUrl String?
Optional URL for proxying resource requests (images, fonts, etc.)
final
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