OAuth2Response.fromMap constructor
OAuth2Response.fromMap(
- Map<
String, dynamic> respMap, { - Exception? exception,
- StackTrace? stackTrace,
Implementation
OAuth2Response.fromMap(this.respMap, {this.exception, this.stackTrace});