SimpleFile constructor

SimpleFile(
  1. String name,
  2. Uint8List? bytes
)

Implementation

SimpleFile(this.name, this.bytes);