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

hashCode int
The hash code for this object.
no setteroverride
isPresent bool
True when this web setting instance contains a value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The setting's value.
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.
override