errorDescription property

String? errorDescription

Implementation

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