ConstArg<T> constructor

const ConstArg<T>(
  1. T value
)

Implementation

const ConstArg(super.value);