valueOf static method

BondStatus? valueOf(
  1. int value
)

Implementation

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