OnboardingObject class Objects

{@image } Description: The top level class that contains all of the onboarding detail objects

Details: -A minimum of 2 onboarding details are required to build an onboarding object.

Constructors

OnboardingObject({required List<OnboardingDetail> onboardingItems})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onboardingItems List<OnboardingDetail>
Items that hold information / photos for the user to experience on log-in
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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