HMSException constructor Null safety

HMSException(
  1. String description,
  2. String message,
  3. int code,
  4. String action,
  5. String name
)

Implementation

HMSException(
    this.description, this.message, this.code, this.action, this.name);