NocParseException constructor Null safety
- String message
Creates a NocParseException with the given message.
Implementation
const NocParseException(String message) : super(message);
Creates a NocParseException with the given message.
const NocParseException(String message) : super(message);