PaymentsStarGiftCollectionsNotModified.deserialize constructor
PaymentsStarGiftCollectionsNotModified.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory PaymentsStarGiftCollectionsNotModified.deserialize(
BinaryReader reader,
) {
// Construct [PaymentsStarGiftCollectionsNotModified] object.
final returnValue = PaymentsStarGiftCollectionsNotModified();
// Now return the deserialized [PaymentsStarGiftCollectionsNotModified].
return returnValue;
}