ExceptionType property
String?
get
ExceptionType
Implementation
String? get ExceptionType => this.exceptionType;
set
ExceptionType
(String? value)
Implementation
set ExceptionType(String? value) {
this.exceptionType = value;
}