PlaceFoodType constructor - PlaceFoodType - search library - Dart API
PlaceFoodType
PlaceFoodType constructor
- String id
Implementation
PlaceFoodType(String id)
: id = id, name = null, primary = false;
PlaceFoodType(String id)
: id = id, name = null, primary = false;