AnalyticsPlatform class abstract final

Reporting platform carried in AnalyticsAppContext. Wire string, unknown-preserving — the known set is informational.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Static Methods

isKnown(String value) bool
Whether value is a recognised platform.

Constants

android → const String
Android.
ios → const String
iOS.
known → const Set<String>
The common platform vocabulary. Advisory — any string is preserved.
linux → const String
Linux.
macos → const String
macOS.
web → const String
Web.
windows → const String
Windows.