ErrorInd constructor

ErrorInd({
  1. required int code,
})

Implementation

ErrorInd({
  required this.code,
}) : super(header: HeaderCode.errorInd);