SigningBlockDecoder constructor

SigningBlockDecoder(
  1. File file
)

Implementation

SigningBlockDecoder(this.file) {
  _init();
}