PoCompiler constructor

PoCompiler(
  1. Map<String, dynamic> source, {
  2. int foldLength = 76,
})

Implementation

PoCompiler(Map<String, dynamic> source, {this.foldLength = 76}) : table = Table(source);