ApiErrorRow constructor

ApiErrorRow({
  1. Key? key,
  2. String apiError = "",
})

Implementation

ApiErrorRow({
  Key? key,
  this.apiError = "",
}) : super(key: key);