success property

AuthResponse? get success

Implementation

AuthResponse? get success => this._success;
set success (AuthResponse? success)

Implementation

set success(AuthResponse? success) {
  this._success = success;
}