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
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