fixed property
bool
get
fixed
A value of true signals that the profile cannot be deleted. Default is false.
Implementation
bool get fixed => xmlFixed['\$'].toLowerCase() == 'true';
A value of true signals that the profile cannot be deleted. Default is false.
bool get fixed => xmlFixed['\$'].toLowerCase() == 'true';