PredefinedStatusFindAllResponseApplicationJson constructor

PredefinedStatusFindAllResponseApplicationJson([
  1. void b(
    1. PredefinedStatusFindAllResponseApplicationJsonBuilder
    )?
])

Creates a new PredefinedStatusFindAllResponseApplicationJson object using the builder pattern.

Implementation

factory PredefinedStatusFindAllResponseApplicationJson([
  void Function(PredefinedStatusFindAllResponseApplicationJsonBuilder)? b,
]) = _$PredefinedStatusFindAllResponseApplicationJson;