Photo constructor

const Photo({
  1. Uint8List? thumbnail,
  2. Uint8List? fullSize,
})

Implementation

const Photo({this.thumbnail, this.fullSize});