EnumTransformation<T> constructor

EnumTransformation<T>(
  1. T? value
)

Implementation

EnumTransformation(this.value);