AttachMenuBotsNotModified.deserialize constructor

AttachMenuBotsNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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