NsdError constructor Null safety

NsdError(
  1. ErrorCause cause,
  2. String message
)

Implementation

NsdError(this.cause, this.message);