Dashboard constructor

Dashboard(
  1. String title
)

Implementation

Dashboard(String title)
    : configuration = {},
      super(title);