error_uri property

String? get error_uri

A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.

Implementation

String? get error_uri => _error_uri?.toDart;