ProductPermissions class

Information about the permissions required by a specific app and whether they have been accepted by the enterprise.

Constructors

ProductPermissions({List<ProductPermission>? permission, String? productId})
ProductPermissions.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
permission List<ProductPermission>?
The permissions required by the app.
getter/setter pair
productId String?
The ID of the app that the permissions relate to, e.g. "app:com.google.android.gm".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited