InputPrivacyKeyStarGiftsAutoSave.deserialize constructor

InputPrivacyKeyStarGiftsAutoSave.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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