copyWithLabel method

DashboardItem copyWithLabel(
  1. String label
)

Implementation

DashboardItem copyWithLabel(String label) {
  return _copyWith(label: label);
}