PerAndroidVersionInfo class

A version-specific information of an Android model.

Constructors

PerAndroidVersionInfo({String? deviceCapacity, DirectAccessVersionInfo? directAccessVersionInfo, String? interactiveDeviceAvailabilityEstimate, String? versionId})
PerAndroidVersionInfo.fromJson(Map json_)

Properties

deviceCapacity String?
The number of online devices for an Android version. Possible string values are:
getter/setter pair
directAccessVersionInfo DirectAccessVersionInfo?
Identifies supported clients for DirectAccess for this Android version.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interactiveDeviceAvailabilityEstimate String?
The estimated wait time for a single interactive device session using Direct Access.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId String?
An Android version.
getter/setter pair

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