SigningBlockDecoder constructor

SigningBlockDecoder(
  1. File file
)

Implementation

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