operator + method

void operator +(
  1. String extension
)

Implementation

void operator +(String extension) => validExtensions.add(extension);