toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'OperationCharge':
return (this as Operations$Query$Operations$Edges$Node$OperationCharge)
.toJson();
case r'OperationDeposit':
return (this as Operations$Query$Operations$Edges$Node$OperationDeposit)
.toJson();
case r'OperationDepositBonus':
return (this
as Operations$Query$Operations$Edges$Node$OperationDepositBonus)
.toJson();
case r'OperationDividend':
return (this
as Operations$Query$Operations$Edges$Node$OperationDividend)
.toJson();
case r'OperationEarnDonation':
return (this
as Operations$Query$Operations$Edges$Node$OperationEarnDonation)
.toJson();
case r'OperationGrant':
return (this as Operations$Query$Operations$Edges$Node$OperationGrant)
.toJson();
case r'OperationPurchaseDonation':
return (this
as Operations$Query$Operations$Edges$Node$OperationPurchaseDonation)
.toJson();
case r'OperationReward':
return (this as Operations$Query$Operations$Edges$Node$OperationReward)
.toJson();
default:
}
return _$Operations$Query$Operations$Edges$NodeToJson(this);
}