InvalidIdException constructor
const
InvalidIdException([
- String? message
Creates a InvalidIdException object.
Implementation
const InvalidIdException([this.message]) : value = null;
Creates a InvalidIdException object.
const InvalidIdException([this.message]) : value = null;