NonElementType constructor
Creates a new NonElementType with the given name and nullability.
Implementation
const NonElementType(this.name, {required super.isNullable});
Creates a new NonElementType with the given name and nullability.
const NonElementType(this.name, {required super.isNullable});