rejectButtons property

Map<String, dynamic>? get rejectButtons

“Delete” and “Write to support” buttons.

Implementation

Map<String, dynamic>? get rejectButtons => _rejectInfo?['buttons'];