errorDescription property

String? get errorDescription

Implementation

String? get errorDescription {
  return respMap['error_description'];
}