HelpGetNearestDc.deserialize constructor

HelpGetNearestDc.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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