InvalidNameException.withValue constructor
Creates a InvalidNameException object that includes the value that triggered this exception.
Implementation
const InvalidNameException.withValue(this.value, [this.message]);
Creates a InvalidNameException object that includes the value that triggered this exception.
const InvalidNameException.withValue(this.value, [this.message]);