PlaceFoodType constructor

PlaceFoodType(
  1. String id
)

Implementation

PlaceFoodType(String id)
  : id = id, name = null, primary = false;