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