DashboardConfigPrimaryWrapper constructor
const
DashboardConfigPrimaryWrapper({
- @JsonKey(name: 'dashboardConfig') @Default([]) List<
DashboardConfigWrapper> dashboardConfigWrapper,
Implementation
const factory DashboardConfigPrimaryWrapper({
@JsonKey(name: 'dashboardConfig')
@Default([])
List<DashboardConfigWrapper> dashboardConfigWrapper,
}) = _DashboardConfigPrimaryWrapper;