NudgeAction class
Constructors
- NudgeAction({required String id, required String label, required NudgeActionType type, required bool completesNudge, String? url, String? actionKey})
-
const
Properties
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
Static Methods
-
tryParse(
Object? raw, {Set< String> allowedAppLinkSchemes = const <String>{}}) → NudgeAction?