DeviceInfoModel class abstract
- Implemented types
Constructors
Properties
- deviceType → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → String
-
no setterinherited
- manufacturer → String
-
no setterinherited
- model → String
-
no setterinherited
- os → String
-
no setterinherited
- osVersion → String
-
no setterinherited
- region → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkVersion → String
-
no setterinherited
- uuid → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DeviceInfoModelBuilder)) → DeviceInfoModel -
Rebuilds the instance.
inherited
-
toBuilder(
) → DeviceInfoModelBuilder -
Converts the instance to a builder
B.inherited -
toJson(
) → String -
override
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DeviceInfoModel> -
no setter
Static Methods
-
fromJson(
String jsonString) → DeviceInfoModel -
fromMap(
Map< String, dynamic> map) → DeviceInfoModel