isOnboardingCompleted property

  1. @JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
ValueListenable<bool> isOnboardingCompleted
final

A ValueListenable bool that indicates whether the onboarding process has been completed and it should not be shown again.

Implementation

@JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
final ValueListenable<bool> isOnboardingCompleted;