ThreeFile constructor

ThreeFile(
  1. String type,
  2. Uint8List data, [
  3. String? location
])

Implementation

ThreeFile(this.type,this.data,[this.location]);