HMSErrorCode constructor Null safety

HMSErrorCode(
  1. {required String errorCode}
)

Implementation

HMSErrorCode({required this.errorCode});