AtmotubeData class

AtmotubeData is a class implementing the data model of the user account data.

Annotations

Constructors

AtmotubeData({DateTime? datetime, List status = const [], List bme280 = const [], List pm = const [], List voc = const []})
Default AtmotubeData constructor.
const

Properties

bme280 List
final
datetime DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
pm List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status List
final
voc List
final

Methods

copyWith({DateTime? datetime, List? status, List? bme280, List? pm, List? voc}) AtmotubeData
Generates a AtmotubeData new object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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