GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification.fromJson constructor

GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification.fromJson(
  1. Map json_
)

Implementation

GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification.fromJson(
  core.Map json_,
) : this(
      delivery: json_['delivery'] as core.bool?,
      dineIn: json_['dineIn'] as core.bool?,
      takeout: json_['takeout'] as core.bool?,
    );