HelpGetCdnConfig.deserialize constructor

HelpGetCdnConfig.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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