ItemApplicationListResponse constructor

ItemApplicationListResponse({
  1. String? requestId,
  2. required List<ConnectedApplication> applications,
})

Implementation

ItemApplicationListResponse({
  this.requestId,
  required this.applications,
});