toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'total_count': totalCount,
'gifts': gifts.map((item) => item.toJson()).toList(),
'are_notifications_enabled': areNotificationsEnabled,
'next_offset': nextOffset,
'@type': constructor,
};