active property

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

Indicates whether this user is active.

Implementation

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