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';