Input$POSServicesInput constructor

Input$POSServicesInput({
  1. required int index,
  2. required String name,
})

Implementation

factory Input$POSServicesInput({
  required int index,
  required String name,
}) =>
    Input$POSServicesInput._({
      r'index': index,
      r'name': name,
    });