DirectAccessVersionInfo class

Denotes whether Direct Access is supported, and by which client versions.

DirectAccessService is currently available as a preview to select developers. You can register today on behalf of you and your team at https://developer.android.com/studio/preview/android-device-streaming

Constructors

DirectAccessVersionInfo({bool? directAccessSupported, String? minimumAndroidStudioVersion})
DirectAccessVersionInfo.fromJson(Map json_)

Properties

directAccessSupported bool?
Whether direct access is supported at all.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minimumAndroidStudioVersion String?
Indicates client-device compatibility, where a device is known to work only with certain workarounds implemented in the Android Studio client.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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