ValueType.ref constructor

const ValueType.ref(
  1. RefType value
)

Implementation

const factory ValueType.ref(RefType value) = ValueTypeRef;