AccountGetWebAuthorizations.deserialize constructor

AccountGetWebAuthorizations.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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