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