UploadPicture constructor

UploadPicture({
  1. String? full,
  2. String? thumbnail,
})

Implementation

UploadPicture({this.full, this.thumbnail});