GetModifierGroupsRequest constructor
GetModifierGroupsRequest({
- String? restaurantId,
Implementation
factory GetModifierGroupsRequest({
$core.String? restaurantId,
}) {
final $result = create();
if (restaurantId != null) {
$result.restaurantId = restaurantId;
}
return $result;
}