Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$widget$callToAction.fromJson constructor

Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$widget$callToAction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$widget$callToAction.fromJson(
    Map<String, dynamic> json) {
  final l$label = json['label'];
  final l$action = json['action'];
  return Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$widget$callToAction(
    label: (l$label as String?),
    action: l$action == null
        ? null
        : Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$widget$callToAction$action
            .fromJson((l$action as Map<String, dynamic>)),
  );
}