name property

String? name
final

The display name for this permission

This is a user-friendly name that will be shown in the permission request dialog. If null, a default name based on the permission type will be used. Examples: "Camera Access", "Location Services", etc.

Implementation

final String? name;