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