ItemApplicationListResponse constructor
ItemApplicationListResponse({
- String? requestId,
- required List<
ConnectedApplication> applications,
Implementation
ItemApplicationListResponse({
this.requestId,
required this.applications,
});