ChalonaFile constructor

ChalonaFile(
  1. String name,
  2. List<int> fileBytes
)

Implementation

ChalonaFile(this.name, this.fileBytes);