SubMenu constructor

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

Implementation

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