toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'source': source?.toJson(),
'button_id': buttonId,
'shared_user_ids': sharedUserIds.map((item) => item).toList(),
'only_check': onlyCheck,
'@type': constructor,
};