Errors constructor
Errors({
- String? code,
- List<
ErrorProto> ? error, - String? requestId,
Implementation
Errors({this.code, this.error, this.requestId});