isPriceChanged property

bool get isPriceChanged

Check is subscription price changed

Implementation

bool get isPriceChanged =>
    update.type == UpdateType.donut_subscription_price_changed;