Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet$coin$owner$wholesaler.fromJson constructor

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet$coin$owner$wholesaler.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet$coin$owner$wholesaler.fromJson(
    Map<String, dynamic> json) {
  final l$id = json['id'];
  return Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet$coin$owner$wholesaler(
      id: (l$id as String));
}