ErrorCode constructor
ErrorCode(
- int value
Validates and creates a ErrorCode value.
Implementation
factory ErrorCode(int value) {
return ErrorCode._(value);
}
Validates and creates a ErrorCode value.
factory ErrorCode(int value) {
return ErrorCode._(value);
}