CubeInfo constructor

CubeInfo(
  1. String name,
  2. String title,
  3. List<CubeAxis> axes,
  4. List<CubeView> views,
  5. String? currencyCode,
  6. YAxis? y,
  7. List<CubeIndex>? indices,
)

Implementation

CubeInfo(this.name, this.title, this.axes, this.views, this.currencyCode,
    this.y, this.indices);