GraphEnum<T> constructor

const GraphEnum<T>(
  1. T value
)

Implementation

const GraphEnum(this.value);