crewlocationPost method
Future<Response<WebApiModulesSettingsCrewLocationCrewLocation> >
crewlocationPost({
- required WebApiModulesSettingsCrewLocationCrewLocation? body,
Implementation
Future<chopper.Response<WebApiModulesSettingsCrewLocationCrewLocation>>
crewlocationPost({
required WebApiModulesSettingsCrewLocationCrewLocation? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsCrewLocationCrewLocation,
() => WebApiModulesSettingsCrewLocationCrewLocation.fromJsonFactory,
);
return _crewlocationPost(body: body);
}