BrPlaceMenuContent constructor

BrPlaceMenuContent({
  1. String? id,
  2. String? menuTitle,
  3. String? pictureUrl,
  4. String? oobrPlaceName,
  5. String? qrCode,
  6. List<PlaceMenuMaincats>? maincats,
})

Implementation

BrPlaceMenuContent(
    {this.id, this.menuTitle, this.pictureUrl, this.oobrPlaceName, this.qrCode, this.maincats});