AppConfigSetValueResponseApplicationJson constructor

AppConfigSetValueResponseApplicationJson([
  1. void b(
    1. AppConfigSetValueResponseApplicationJsonBuilder
    )?
])

Creates a new AppConfigSetValueResponseApplicationJson object using the builder pattern.

Implementation

factory AppConfigSetValueResponseApplicationJson([
  void Function(AppConfigSetValueResponseApplicationJsonBuilder)? b,
]) = _$AppConfigSetValueResponseApplicationJson;