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