setAttributes method
Implementation
ContextConfig setAttributes(final Map<String, dynamic> attributes) {
attributes_.addAll(attributes);
return this;
}
ContextConfig setAttributes(final Map<String, dynamic> attributes) {
attributes_.addAll(attributes);
return this;
}