ASTValueStatic<T> constructor

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

Implementation

ASTValueStatic(super.type, this.value);