fromIndex static method

SemanticsFlag? fromIndex(
  1. int index
)

Implementation

static SemanticsFlag? fromIndex(int index) => _kFlagById[index];