AstMap constructor
AstMap({})
Implementation
AstMap(
{this.keyType = const AstObject(),
this.valueType = const AstObject(),
bool maybeNull = false,
List<bool> genericsMaybeNull = const <bool>[]})
: super(maybeNull, genericsMaybeNull, generics: [keyType, valueType]);