attribute property
Declares whether the property definition translates to an attribute instead of an element
Implementation
String? get prefix;/// Declares whether the property definition translates to an attribute instead of an element
bool? get attribute;