setAttributes method

ContextConfig setAttributes(
  1. Map<String, dynamic> attributes
)

Implementation

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