subscribed property

bool? subscribed

Implementation

bool? get subscribed => originalJson['subscribed'] as bool?;