menu
bizdoc package
documentation
models/profile.dart
CubeInfo
CubeInfo constructor
CubeInfo constructor
dark_mode
light_mode
CubeInfo
constructor
CubeInfo
(
String
name
,
String
title
,
List
<
CubeAxis
>
axes
,
List
<
CubeView
>
views
,
String
?
currencyCode
,
YAxis
?
y
,
List
<
CubeIndex
>
?
indices
,
)
Implementation
CubeInfo(this.name, this.title, this.axes, this.views, this.currencyCode, this.y, this.indices);
bizdoc package
documentation
models/profile
CubeInfo
CubeInfo constructor
CubeInfo class