action property Null safety
final
The Action that the callback will be registered with.
Must not be null.
Implementation
final Action<Intent> action;
The Action that the callback will be registered with.
Must not be null.
final Action<Intent> action;