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