EndpointDemographic class
Specifies demographic information about an endpoint, such as the applicable time zone and platform.
Constructors
Properties
- appVersion → String?
-
The version of the app that's associated with the endpoint.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → String?
-
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2
code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2
value.
final
- make → String?
-
The manufacturer of the endpoint device, such as apple or samsung.
final
- model → String?
-
The model name or number of the endpoint device, such as iPhone or SM-G900F.
final
- modelVersion → String?
-
The model version of the endpoint device.
final
- platform → String?
-
The platform of the endpoint device, such as ios.
final
- platformVersion → String?
-
The platform version of the endpoint device.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timezone → String?
-
The time zone of the endpoint, specified as a tz database name value, such
as America/Los_Angeles.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited