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 json map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Default title for the web application document (defaults to 'Bloom App').
final

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