AndroidMatrix constructor

AndroidMatrix({
  1. List<String>? androidModelIds,
  2. List<String>? androidVersionIds,
  3. List<String>? locales,
  4. List<String>? orientations,
})

Implementation

AndroidMatrix({
  this.androidModelIds,
  this.androidVersionIds,
  this.locales,
  this.orientations,
});