PermissionInfo constructor
const
PermissionInfo({})
Creates a new PermissionInfo instance.
Implementation
const PermissionInfo({
required this.key,
required this.displayName,
required this.description,
required this.category,
required this.androidPermission,
this.iosPermissionKey,
this.iosDefaultDescription,
});