Input$CombineInstallmentFilterInput constructor

Input$CombineInstallmentFilterInput({
  1. required Enum$CombineInstallmentFilterType type,
})

Implementation

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