UWebBuild class
Fingerprint of a Flutter web build — either the one a browser holds or the one the server serves.
Constructors
Properties
- buildNumber → String?
-
build_numberfield ofversion.json, i.e. the+nsuffix 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 whenversion.jsonwas unreadable.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceWorkerVersion → String?
-
serviceWorkerVersionthatflutter build webbakes intoflutter_bootstrap.js.final - signature → String
-
Value that changes on every
flutter build web; used to tell two builds apart.final - version → String?
-
versionfield ofversion.json, i.e. theversion: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