active property

  1. @BuiltValueField.new(wireName: r'active')
bool? get active

Identifies whether the document is active and used for checks.

Implementation

@BuiltValueField(wireName: r'active')
bool? get active;