WebSetting<T> class
A single setting for configuring a WebViewPlatform which may be absent.
Constructors
- WebSetting.absent()
- Constructs an absent setting instance.
- WebSetting.of(T value)
-
Constructs a setting of the given
value
.
Properties
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.
override