WebPlatform class
Web platform build configuration settings.
Controls document title and browser-specific build parameters.
Example:
const web = WebPlatform(title: 'Bloom App Portal');
Constructors
- WebPlatform({String title = 'Bloom App'})
-
Creates a WebPlatform configuration instance.
const
-
WebPlatform.fromJson(Map<
String, dynamic> json) -
Constructs a WebPlatform from a JSON
jsonmap.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serializes this configuration to a JSON-compatible map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited