NoSuchSuffixError constructor

NoSuchSuffixError(
  1. String name
)

Create an instance.

Implementation

NoSuchSuffixError(this.name);