ErrorDetails property

Map<String?, String?> ErrorDetails
Gets or sets the error details dictionary.

Implementation

Map<String?, String?> get ErrorDetails => this.errorDetails;
void ErrorDetails=(Map<String?, String?> value)

Implementation

set ErrorDetails(Map<String?, String?> value) {
  this.errorDetails = value;
}