OnboardingPrompt class

A prompt in an Onboarding flow.

Properties

hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The ID of this prompt.
final
isInOnboarding bool
If this prompt appears in the onboarding flow.
final
isRequired bool
Whether selecting an option is required.
final
isSingleSelect bool
Whether the user can select at most one option.
final
options List<OnboardingPromptOption>
The options available for this prompt.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of this prompt.
final
type OnboardingPromptType
The type of this prompt.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited