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

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

Implementation

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