NocParseException constructor Null safety

const NocParseException(
  1. String message
)

Creates a NocParseException with the given message.

Implementation

const NocParseException(String message) : super(message);