crewlocationIdGet method
Future<Response<WebApiModulesSettingsCrewLocationCrewLocation> >
crewlocationIdGet({
- required String? id,
@param id
Implementation
Future<chopper.Response<WebApiModulesSettingsCrewLocationCrewLocation>>
crewlocationIdGet({required String? id}) {
generatedMapping.putIfAbsent(WebApiModulesSettingsCrewLocationCrewLocation,
() => WebApiModulesSettingsCrewLocationCrewLocation.fromJsonFactory);
return _crewlocationIdGet(id: id);
}