UploadDisableInd.fromBytes constructor
UploadDisableInd.fromBytes(
- Uint8List data
Implementation
factory UploadDisableInd.fromBytes(Uint8List data) {
if (!EmptyMessage._isValidSize(data)) {
throw IncorrectMessageSizeException();
}
return UploadDisableInd();
}