newEditor method

BatchProfileAttributeEditor newEditor()

Instantiate a new BatchProfileAttributeEditor to edit custom data attributes.

See BatchProfileAttributeEditor's documentation for more info.

Implementation

BatchProfileAttributeEditor newEditor() {
  return BatchProfileAttributeEditorImpl(_channel);
}