EchoResponse constructor
EchoResponse({
- List<
ResponseError> ? errors, - List<
Field> ? fields, - required String status,
Implementation
EchoResponse({
this.errors,
this.fields,
required this.status,
});