Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-games
/
org.octavius.modules.games.statistics.model
/
GameStatisticsState
Game
Statistics
State
desktop
data
class
GameStatisticsState
(
val
data
:
GameStatisticsData
?
=
null
,
val
isLoading
:
Boolean
=
true
)
Members
Constructors
Game
Statistics
State
Link copied to clipboard
desktop
constructor
(
data
:
GameStatisticsData
?
=
null
,
isLoading
:
Boolean
=
true
)
Properties
data
Link copied to clipboard
desktop
val
data
:
GameStatisticsData
?
is
Loading
Link copied to clipboard
desktop
val
isLoading
:
Boolean