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

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

Implementation

factory Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration.fromJson(
    Map<String, dynamic> json) {
  final l$walletType = json['walletType'];
  final l$wallet = json['wallet'];
  final l$amount = json['amount'];
  return Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration(
    walletType: l$walletType == null
        ? null
        : fromJson$Enum$WalletTypeEnum((l$walletType as String)),
    wallet: l$wallet == null
        ? null
        : Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet
            .fromJson((l$wallet as Map<String, dynamic>)),
    amount: (l$amount as String?),
  );
}