isActive property
Whether the access level is active. Generally, you have to check just this property to determine if the user has access to premium features.
Implementation
final bool? isActive;
Whether the access level is active. Generally, you have to check just this property to determine if the user has access to premium features.
final bool? isActive;