Menu constructor

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

Implementation

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