Picture constructor

Picture({
  1. Data? data,
})

Implementation

Picture({
  this.data,
});