OnBoardViewModel class

Constructors

OnBoardViewModel()

Properties

context BuildContext?
getter/setter pairinherited
currentPage int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
localeManager LocaleManager?
getter/setter pairinherited
getter/setter pairinherited
onBoardItems List<OnBoardModel>
getter/setter pairinherited
pathName String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeCurrentPage(int value) → void
inherited
completeToOnBoard() → void
inherited
init() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBoardListed({List<OnBoardModel>? onboardListed}) → void
inherited
setContext(BuildContext context) → void
inherited
setPathName(String value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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