PermissionRationale class
Configuration for permission rationale dialog.
Constructors
- PermissionRationale({required String title, required String message, String? positiveAction, String? negativeAction})
-
const
- PermissionRationale.fromMap(JsonMap map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Message explaining why permission is needed.
final
- negativeAction → String?
-
Text for the negative action button.
final
- positiveAction → String?
-
Text for the positive action button.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
Title of the dialog.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → JsonMap -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited