allowInactive property

  1. @BuiltValueField(wireName: r'allow_inactive')
bool? allowInactive

When true, include deactivated users in the results

Implementation

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