updateSuggestedActions property
The list of suggested to the user actions has changed
Implementation
UpdateSuggestedActions? get updateSuggestedActions {
if (this is UpdateSuggestedActions) {
return this as UpdateSuggestedActions;
}
return null;
}