DeviceInfo class abstract
Constructors
- DeviceInfo([void updates(DeviceInfoBuilder)])
-
factory
Properties
- device → DeviceLocator
-
no setter
- deviceOSType → OperatingSystems
-
no setter
- deviceOSVersion → String
-
no setter
- devicesServerBuildTime → DateTime
-
no setter
- devicesServerPort → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMainDevice → bool
-
no setter
- pluginsCount → int
-
no setter
- pluginsServerPort → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendTime → DateTime
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DeviceInfoBuilder)) → DeviceInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → DeviceInfoBuilder -
Converts the instance to a builder
B
.inherited -
toJson(
) → Object? -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DeviceInfo> -
no setter
Static Methods
-
fromJson(
Map< String, dynamic> json) → DeviceInfo? -
fromString(
String jsonString) → DeviceInfo?