customformgroupIdGet method

Future<Response<FwStandardModulesAdministratorCustomFormGroupCustomFormGroupLogic>> customformgroupIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<
    FwStandardModulesAdministratorCustomFormGroupCustomFormGroupLogic
  >
>
customformgroupIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    FwStandardModulesAdministratorCustomFormGroupCustomFormGroupLogic,
    () => FwStandardModulesAdministratorCustomFormGroupCustomFormGroupLogic
        .fromJsonFactory,
  );

  return _customformgroupIdGet(id: id);
}