AnchorPic constructor

AnchorPic({
  1. String? cover,
  2. String? picId,
  3. String? url,
})

Implementation

AnchorPic({this.cover, this.picId, this.url});