StaticValue<T> constructor

const StaticValue<T>(
  1. T value
)

Implementation

const StaticValue(this.value);