PaymentsStarGiftCollectionsNotModified.deserialize constructor

PaymentsStarGiftCollectionsNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory PaymentsStarGiftCollectionsNotModified.deserialize(
  BinaryReader reader,
) {
  // Construct [PaymentsStarGiftCollectionsNotModified] object.
  final returnValue = PaymentsStarGiftCollectionsNotModified();

  // Now return the deserialized [PaymentsStarGiftCollectionsNotModified].
  return returnValue;
}