PandoraApiErrorCode constructor Null safety

const PandoraApiErrorCode(
  1. int value,
  2. String description
)

Implementation

const PandoraApiErrorCode(this.value, this.description);