Score.str constructor

Score.str(
  1. String _strGen, {
  2. String score = '',
  3. String match = '0',
  4. String type = 'dummy',
})

Implementation

Score.str(this._strGen,
    {this.score = '', String match = '0', this.type = 'dummy'})
    : entity = Entity.Self() {
  _match = match;
}