setAttributes method

void setAttributes(
  1. Map<String, List<String>>? attributes
)

Sets the attributes

Implementation

void setAttributes(Map<String, List<String>>? attributes) {
  _attributes = attributes;
}