vendorVendoridDocumentDocumentidImageImageidGet method
Future<Response<FwStandardGridsAppDocumentGetDocumentImageResponse> >
vendorVendoridDocumentDocumentidImageImageidGet({})
Get a fullsize image. @param vendorid Unique identifier @param documentid Unique identifier @param imageid Unique identifier
Implementation
Future<chopper.Response<FwStandardGridsAppDocumentGetDocumentImageResponse>>
vendorVendoridDocumentDocumentidImageImageidGet({
required String? vendorid,
required String? documentid,
required String? imageid,
}) {
generatedMapping.putIfAbsent(
FwStandardGridsAppDocumentGetDocumentImageResponse,
() =>
FwStandardGridsAppDocumentGetDocumentImageResponse.fromJsonFactory);
return _vendorVendoridDocumentDocumentidImageImageidGet(
vendorid: vendorid, documentid: documentid, imageid: imageid);
}