crewlocationIdGet method

Future<Response<WebApiModulesSettingsCrewLocationCrewLocation>> crewlocationIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _crewlocationIdGet(id: id);
}