ValueField<T> constructor

const ValueField<T>(
  1. T value
)

Implementation

const ValueField(this.value);