Badge constructor

Badge(
  1. int _id,
  2. String? _name,
  3. int _points,
  4. String? _type,
  5. String? _description,
)

Implementation

Badge(super._id, this._name, this._points, this._type, this._description);