EnumTransformation<T> constructor

const EnumTransformation<T>(
  1. T? value
)

Implementation

const EnumTransformation(this.value);