ApkBinary constructor

ApkBinary({
  1. String? sha1,
  2. String? sha256,
})

Implementation

ApkBinary({
  this.sha1,
  this.sha256,
});