isOnboardingCompleted property
- @JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
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;