fromCode static method
- int code
Implementation
static PandoraApiErrorCode fromCode(int code) =>
$enumDecodeNullable(_$PandoraApiErrorCodeEnumMap, code) ??
PandoraApiErrorCode.unknown;
static PandoraApiErrorCode fromCode(int code) =>
$enumDecodeNullable(_$PandoraApiErrorCodeEnumMap, code) ??
PandoraApiErrorCode.unknown;