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