type property

TypingType get type

Implementation

TypingType get type =>
    serverId == null ? TypingType.private : TypingType.server;