ASTTypeInt constructor

ASTTypeInt({
  1. int? bits,
})

Implementation

ASTTypeInt({super.bits}) : super._('int');