active property

  1. @override
bool active
inherited

Error checking enabled Проверка ошибок включена

Implementation

@override
bool get active => (_$activeComputed ??=
        Computed<bool>(() => super.active, name: '_AbstractControl.active'))
    .value;