active property

bool? get active

Whether the organization's record is still in active use.

Implementation

bool? get active => activeField.getValue(json);