IsBinaryFile constructor

IsBinaryFile({
  1. bool? base,
  2. bool? destination,
  3. bool? source,
})

Implementation

IsBinaryFile({
  this.base,
  this.destination,
  this.source,
});