ArchivoFlutterUtilsModel constructor

ArchivoFlutterUtilsModel(
  1. Uint8List bytes,
  2. bool soportaCompresion
)

Implementation

ArchivoFlutterUtilsModel(this.bytes, this.soportaCompresion);