CapturedPicture constructor

CapturedPicture({
  1. required String picUrl,
})

Implementation

CapturedPicture({required this.picUrl});