menu
influxdb_client package
documentation
api.dart
LabelUpdate
LabelUpdate constructor
LabelUpdate constructor
dark_mode
light_mode
LabelUpdate
constructor
LabelUpdate
(
{
String
?
name
,
Map
<
String
,
String
>
?
properties
=
const {}
,
})
Returns a new
LabelUpdate
instance.
Implementation
LabelUpdate({ this.name, this.properties = const {}, });
influxdb_client package
documentation
api
LabelUpdate
LabelUpdate constructor
LabelUpdate class