ReviewAttachment constructor

ReviewAttachment(
  1. {num? id,
  2. String? url}
)

Implementation

ReviewAttachment({
  this.id,
  this.url,
});