isActive property

  1. @JsonKey(name: 'isActive')
bool isActive
inherited

True if the user has access to this entitlement

Implementation

@JsonKey(name: 'isActive')
bool get isActive => throw _privateConstructorUsedError;