blockTypeToValue function

int blockTypeToValue(
  1. BlockType type
)

Implementation

int blockTypeToValue(BlockType type) => type.rawValue;