ApplicationPermission class
A permission required by the app.
Constructors
- ApplicationPermission({String? description, String? name, String? permissionId})
 - ApplicationPermission.fromJson(Map json_)
 
Properties
- description ↔ String?
 - 
  A longer description of the permission, providing more detail on what it
affects.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  The name of the permission.
  getter/setter pair
 - permissionId ↔ String?
 - 
  An opaque string uniquely identifying the permission.
  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