TypeIdentifier.fromValue constructor

TypeIdentifier.fromValue(
  1. int corElementTypeValue
)

Creates a type identifier object matching a specific element type value.

Implementation

factory TypeIdentifier.fromValue(int corElementTypeValue) =>
    TypeIdentifier(parseCorElementType(corElementTypeValue));