AuthResponse constructor

AuthResponse(
  1. String? serverId
)

Implementation

AuthResponse(this.serverId)
    : error = null,
      stackTrace = null;