errorDescription property
String?
get
errorDescription
Human-readable error_description, or null.
Implementation
String? get errorDescription => params['error_description'];
Human-readable error_description, or null.
String? get errorDescription => params['error_description'];