fixed property Null safety
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';