URDecoder constructor
URDecoder({
- FountainDecoder? fountainDecoder,
- String type = 'bytes',
Implementation
URDecoder({FountainDecoder? fountainDecoder, this.type = 'bytes'})
: fountainDecoder = fountainDecoder ?? FountainDecoder() {
assert(isURType(type), 'Invalid UR type');
expectedType = '';
}