active property

bool? active
getter/setter pair

Whether this user profile is active.

This defaults to false, and must be set true on insert for the user profile to be usable.

Implementation

core.bool? active;