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