attribute property

bool? get attribute
inherited

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;