UWebBuild class

Fingerprint of a Flutter web build — either the one a browser holds or the one the server serves.

Constructors

UWebBuild({required String signature, String? serviceWorkerVersion, String? version, String? buildNumber})
const

Properties

buildNumber → String?
build_number field of version.json, i.e. the +n suffix in pubspec.yaml.
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
pubspec-style id of this build, e.g. 0.2.0+20. Empty when version.json was unreadable.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serviceWorkerVersion → String?
serviceWorkerVersion that flutter build web bakes into flutter_bootstrap.js.
final
signature → String
Value that changes on every flutter build web; used to tell two builds apart.
final
version → String?
version field of version.json, i.e. the version: line of pubspec.yaml without the build number.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited