OAuth2Response constructor

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

Implementation

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