HaloWarning constructor
HaloWarning(
- HaloErrorCode errorCode,
- List<
String> details
Implementation
HaloWarning(this.errorCode, this.details);
HaloWarning(this.errorCode, this.details);