UserType class

Constructors

UserType(List<Map<String, dynamic>> apps, Map<String, dynamic> battery, Map<String, dynamic> deviceInfo, Map<String, dynamic> systemInfo, String connectivity)
UserType.fromJson(Map<String, dynamic> json)

Properties

apps List<Map<String, dynamic>>
latefinal
battery Map<String, dynamic>
latefinal
connectivity String
latefinal
deviceInfo Map<String, dynamic>
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemInfo Map<String, dynamic>
latefinal

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