getAttributes method

Map<String, String> getAttributes()

All attributes added.

Implementation

Map<String, String> getAttributes() {
  return _delegate.getAttributes();
}