ASTValuePrimitive<T> constructor

ASTValuePrimitive<T>(
  1. ASTType<T> type,
  2. T value
)

Implementation

ASTValuePrimitive(super.type, super.value);