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