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