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