valueOf static method

Coin? valueOf(
  1. int value
)

Implementation

static Coin? valueOf($core.int value) => _byValue[value];