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