AuthorizationCode constructor

AuthorizationCode({
  1. String? code,
})

Implementation

AuthorizationCode({
  this.code,
});