asOperator method

String asOperator()

Implementation

String asOperator() {
  return name.snakeCase;
}