Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$sms.fromJson constructor

Query$getLastWidgetOutboundsByTarget$getLastWidgetOutboundsByTarget$content$sms.fromJson(
  1. Map<String, dynamic> json
)

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?));
}