BadRequest$Response constructor

const BadRequest$Response({
  1. List<String>? errorMessages,
  2. String? responseCode,
})

Implementation

const BadRequest$Response({
  this.errorMessages,
  this.responseCode,
});