toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() {
  switch ($$typename) {
    case r'CriteriaCountryExcept':
      return (this
              as OperationDepositMethodMixin$Countries$CriteriaCountryExcept)
          .toJson();
    case r'CriteriaCountryOnly':
      return (this
              as OperationDepositMethodMixin$Countries$CriteriaCountryOnly)
          .toJson();
    default:
  }
  return _$OperationDepositMethodMixin$CountriesToJson(this);
}