Sensor class Null safety

Constructors

Sensor({String? id, Company? company, Machine? machine, Collector? collector, Config? config, Api? api, String? key, List<String>? tags, bool? deleted, String? name, List<String>? buildTogether, bool? buildDataChanges})
Sensor.fromJson(Map<String, dynamic> json)

Properties

api Api?
read / write
buildDataChanges bool?
read / write
buildTogether List<String>?
read / write
collector Collector?
read / write
company Company?
read / write
config Config?
read / write
deleted bool?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String?
read / write
key String?
read / write
machine Machine?
read / write
name String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tags List<String>?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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