PermissionHandlerHelperModel class

Constructors

PermissionHandlerHelperModel({required LocationResultsEnums permissionsResult, required String permissionName})
helper model to hold the permission grant results and the permission name to print in the logs permissionsResult is required permissionName is required, helps in logs

Properties

hashCode int
The hash code for this object.
no setterinherited
permissionName String
getter/setter pair
permissionsResult LocationResultsEnums
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
toString() String
A string representation of this object.
inherited

Operators

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