SystemApksListResponse constructor

SystemApksListResponse({
  1. List<Variant>? variants,
})

Implementation

SystemApksListResponse({
  this.variants,
});