ValidationData constructor

ValidationData({
  1. List<Asset>? assets,
})

Implementation

ValidationData({
  this.assets,
});