HelpGetPromoData.deserialize constructor

HelpGetPromoData.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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