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