IParser class abstract

Implementers

Constructors

IParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey List<int>
no getter

Methods

buildActivateMessage(int ticketID, List<int> ticketBytes) Future<Result<List<int>>>
buildGroupMessage(int msgID, int msgTag, String groupName, List<int> content, bool isEncrypted, bool isCached, bool isFirst, bool isLast, bool isRequest) Future<Result<List<int>>>
buildMessage(int msgID, int msgTag, String recvName, List<int> content, bool isEncrypted, bool isCached, bool isFirst, bool isLast, bool isRequest) Future<Result<List<int>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseReceivedMessage(List<int> content) Future<Result<Cipher>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited