IotData class

Inheritance

Constructors

IotData({String? date, Company? company, Collector? collector, Machine? machine, bool? deleted, String? sensor, double? min, double? max, double? avg, Map<String, dynamic>? datab, String? id})
IotData.fromJson(Map<String, dynamic> json)

Properties

avg double?
getter/setter pair
collector Collector?
getter/setter pair
company Company?
getter/setter pair
datab Map<String, dynamic>?
getter/setter pair
date String?
getter/setter pair
deleted bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
machine Machine?
getter/setter pair
max double?
getter/setter pair
min double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensor String?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited