HomeModel class

Constructors

HomeModel()

Properties

active int?
getter/setter pair
bgColor String?
getter/setter pair
color Color?
getter/setter pair
controller PageController
final
hashCode int
The hash code for this object.
no setterinherited
itemsList List<Map<String, dynamic>>
getter/setter pair
lstPageWidget List<Widget>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setItemsList List<Map<String, dynamic>>?
no getter
setLstPageWidget List<Widget>?
no getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageViewListenerInit({required dynamic setState}) → void
Add into initState
toString() String
A string representation of this object.
inherited

Operators

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