BrPlaceMenu constructor

BrPlaceMenu({
  1. String? id,
  2. String? menuTitle,
  3. String? pictureUrl,
  4. String? oobrPlaceName,
})

Implementation

BrPlaceMenu({this.id, this.menuTitle, this.pictureUrl, this.oobrPlaceName});