ItemRef constructor

ItemRef({
  1. int? id,
  2. String? name,
})

Implementation

ItemRef({this.id, this.name});