ScaDevice class abstract

A resource that contains information about a device, including its unique ID, name, and type.

Properties:

  • id - The unique identifier of the SCA device you are registering.
  • name_ - The name of the SCA device that you are registering. You can use it to help your users identify the device.
  • type - Type of device registered. Possible values: ios, android, browser.
Annotations
  • @BuiltValue.new()

Constructors

ScaDevice([void updates(ScaDeviceBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the SCA device you are registering.
no setter
name_ String
The name of the SCA device that you are registering. You can use it to help your users identify the device.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ScaDeviceType
Type of device registered. Possible values: ios, android, browser.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ScaDeviceBuilder)) ScaDevice
Rebuilds the instance.
inherited
toBuilder() ScaDeviceBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ScaDevice>
no setter