pdfUrl property

  1. @JsonKey(name: 'pdf_url')
String? pdfUrl
getter/setter pair

A URL where you can find this location as a PDF.

Implementation

@JsonKey(name: 'pdf_url')
String? pdfUrl;