ReviewAttachment.fromJson constructor

ReviewAttachment.fromJson(
  1. dynamic json
)

Implementation

ReviewAttachment.fromJson(dynamic json) {
  id = json['id'];
  url = json['url'];
}