BFeedback constructor

const BFeedback({
  1. String? fid,
  2. String? mobile,
  3. String? content,
  4. String? replyContent,
  5. List<String>? imageUrls,
})

Implementation

const BFeedback({this.fid, this.mobile, this.content, this.replyContent, this.imageUrls})
    : super();