Input$CombineInstallmentFilterInput constructor
Input$CombineInstallmentFilterInput({
- required Enum$CombineInstallmentFilterType type,
Implementation
factory Input$CombineInstallmentFilterInput(
{required Enum$CombineInstallmentFilterType type}) =>
Input$CombineInstallmentFilterInput._({
r'type': type,
});