active property
bool?
get
active
Whether this practitioner's record is in active use.
Implementation
bool? get active => activeField.getValue(json);
Whether this practitioner's record is in active use.
bool? get active => activeField.getValue(json);