toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'owner_id': ownerId?.toJson(),
'collection_id': collectionId,
'received_gift_ids': receivedGiftIds.map((item) => item).toList(),
'@type': constructor,
};