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