Category constructor

Category(
  1. String _label,
  2. double _score
)

Constructs a Category.

Implementation

Category(this._label, this._score);