input property

String? input
final

The value of the input field if the notification action had an input field.

On Windows, this is always null. Instead, data holds the values of each input with the input's ID as the key.

Implementation

final String? input;