Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content.fromJson constructor
Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content.fromJson()
Implementation
factory Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content.fromJson(
Map<String, dynamic> json) {
final l$email = json['email'];
final l$sms = json['sms'];
final l$push = json['push'];
final l$widget = json['widget'];
return Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content(
email: l$email == null
? null
: Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$email
.fromJson((l$email as Map<String, dynamic>)),
sms: l$sms == null
? null
: Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$sms
.fromJson((l$sms as Map<String, dynamic>)),
push: l$push == null
? null
: Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$push
.fromJson((l$push as Map<String, dynamic>)),
widget: l$widget == null
? null
: Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$widget
.fromJson((l$widget as Map<String, dynamic>)),
);
}