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