Quality constructor

Quality(
  1. String _id,
  2. int _uid
)

Implementation

Quality(this._id, this._uid);