fromCode static method

PandoraApiErrorCode fromCode(
  1. int code
)

Implementation

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