AttributePayload constructor

AttributePayload({
  1. Map<String, String>? attributes,
  2. bool? merge,
})

Implementation

AttributePayload({
  this.attributes,
  this.merge,
});