AuthResponse constructor
AuthResponse(
- String? serverId
Implementation
AuthResponse(this.serverId)
: error = null,
stackTrace = null;
AuthResponse(this.serverId)
: error = null,
stackTrace = null;