transfermanifestIdGet method

Future<Response<WebApiModulesHomeManifestManifest>> transfermanifestIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _transfermanifestIdGet(id: id);
}