price property

Price? get price

The price of a publication is tied to its acquisition link.

Implementation

Price? get price =>
    (this["price"] as Map<String, dynamic>?)?.let((it) => Price.fromJSON(it));