LabelUpdate constructor

LabelUpdate({
  1. String? name,
  2. Map<String, String>? properties = const {},
})

Returns a new LabelUpdate instance.

Implementation

LabelUpdate({
  this.name,
  this.properties = const {},
});