TestingData constructor

TestingData({
  1. List<Asset>? assets,
  2. bool? autoCreate,
})

Implementation

TestingData({
  this.assets,
  this.autoCreate,
});