valueOf static method

ProposalStatus? valueOf(
  1. int value
)

Implementation

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