PropertyException constructor
PropertyException(
- String? message, [
- String? name,
- Exception? innerException,
- StackTrace? innerStackTrace,
Implementation
PropertyException(String? message,
[this.name, Exception? innerException, StackTrace? innerStackTrace])
: super(message, innerException, innerStackTrace);