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