DeviceInfoEntity class
Constructors
-
DeviceInfoEntity({String? identifier, int? buildVersionCode, String? name, String? versionString, String? versionCode, String? sysVersion, String? machine, String? idfv, int? screenWidth, int? screenHeight, String? adsToken})
-
-
DeviceInfoEntity.fromJson(dynamic json)
-
Methods
-
copyWith({String? identifier, int? buildVersionCode, String? name, String? versionString, String? versionCode, String? sysVersion, String? machine, String? idfv, int? screenWidth, int? screenHeight, String? adsToken})
→ DeviceInfoEntity
-
-
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