fromInt static method
Implementation
static SyncErrorCode fromInt(int code) {
return SyncErrorCode._valuesMap[code] ?? SyncErrorCode.runtimeError;
}
static SyncErrorCode fromInt(int code) {
return SyncErrorCode._valuesMap[code] ?? SyncErrorCode.runtimeError;
}