DataClass class

Constructors

DataClass({String godsEyeID = '', String latitude = '', String longitude = '', String altitude = '', String deviceOS = '', String deviceModel = '', String deviceID = '', int numOfTimesOpened = 0, int timeSpend = 0, String feedback = ''})
DataClass.fromJson(Map<String, dynamic> json)

Properties

altitude String
final
deviceID String
final
deviceModel String
final
deviceOS String
final
feedback String
getter/setter pair
godsEyeID String
final
hashCode int
The hash code for this object.
no setterinherited
latitude String
final
longitude String
final
numOfTimesOpened int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSpend int
getter/setter pair

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