CaptureProperty.fromJson(Map<String, dynamic> json) : id = json['id'], type = json['type'], value = json['value'];