ASTValueInt constructor

ASTValueInt(
  1. int n, {
  2. bool? negative,
})

Implementation

ASTValueInt(int n, {super.negative}) : super(ASTTypeInt.instance, n);