HMSError constructor Null safety
Implementation
HMSError({
this.id,
this.code,
required this.message,
required this.description,
required this.action,
required this.params,
});
HMSError({
this.id,
this.code,
required this.message,
required this.description,
required this.action,
required this.params,
});