appimageGetimagesGet method
@param uniqueid1 @param uniqueid2 @param uniqueid3 @param description @param rectype @param uniqueid1int
Implementation
Future<chopper.Response<List<FwStandardModelsFwAppImageModel>>>
appimageGetimagesGet({
String? uniqueid1,
String? uniqueid2,
String? uniqueid3,
String? description,
String? rectype,
int? uniqueid1int,
}) {
generatedMapping.putIfAbsent(FwStandardModelsFwAppImageModel,
() => FwStandardModelsFwAppImageModel.fromJsonFactory);
return _appimageGetimagesGet(
uniqueid1: uniqueid1,
uniqueid2: uniqueid2,
uniqueid3: uniqueid3,
description: description,
rectype: rectype,
uniqueid1int: uniqueid1int);
}