AstDouble constructor

AstDouble({
  1. bool maybeNull = false,
})

Implementation

AstDouble({bool maybeNull = false}) : super(maybeNull, []);