actions property

Map<String, dynamic>? actions
getter/setter pair

If includeMessageActions was true, this will contain message actions. Otherwise, it will be null.

Implementation

Map<String, dynamic>? actions;