sid property

  1. @BuiltValueField(wireName: r'sid')
String? sid

SessionID is the login session ID that was requested to log out.

Implementation

@BuiltValueField(wireName: r'sid')
String? get sid;