OAuthError constructor

OAuthError({
  1. required String error,
})

Implementation

OAuthError({
  required this.error,
});