ApiGetAppChangelogEntryResponseApplicationJson constructor

ApiGetAppChangelogEntryResponseApplicationJson([
  1. void b(
    1. ApiGetAppChangelogEntryResponseApplicationJsonBuilder
    )?
])

Creates a new ApiGetAppChangelogEntryResponseApplicationJson object using the builder pattern.

Implementation

factory ApiGetAppChangelogEntryResponseApplicationJson([
  void Function(ApiGetAppChangelogEntryResponseApplicationJsonBuilder)? b,
]) = _$ApiGetAppChangelogEntryResponseApplicationJson;