DashboardApiGetLayoutResponseApplicationJson constructor

DashboardApiGetLayoutResponseApplicationJson([
  1. void b(
    1. DashboardApiGetLayoutResponseApplicationJsonBuilder
    )?
])

Creates a new DashboardApiGetLayoutResponseApplicationJson object using the builder pattern.

Implementation

factory DashboardApiGetLayoutResponseApplicationJson([
  void Function(DashboardApiGetLayoutResponseApplicationJsonBuilder)? b,
]) = _$DashboardApiGetLayoutResponseApplicationJson;