OAuth2Response.fromMap constructor

OAuth2Response.fromMap(
  1. Map<String, dynamic> respMap, {
  2. Exception? exception,
  3. StackTrace? stackTrace,
})

Implementation

OAuth2Response.fromMap(this.respMap, {this.exception, this.stackTrace});