crewIdGet method
@param id
Implementation
Future<chopper.Response<WebApiModulesSettingsLaborSettingsCrewCrew>>
crewIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsLaborSettingsCrewCrew,
() => WebApiModulesSettingsLaborSettingsCrewCrew.fromJsonFactory,
);
return _crewIdGet(id: id);
}