Credit constructor

Credit({
  1. String? name,
  2. String? label,
  3. String? id,
  4. Price? price,
})

Implementation

Credit({this.name, this.label, this.id, this.price});