EndpointGetNotificationResponseApplicationJson constructor

EndpointGetNotificationResponseApplicationJson([
  1. void b(
    1. EndpointGetNotificationResponseApplicationJsonBuilder
    )?
])

Creates a new EndpointGetNotificationResponseApplicationJson object using the builder pattern.

Implementation

factory EndpointGetNotificationResponseApplicationJson([
  void Function(EndpointGetNotificationResponseApplicationJsonBuilder)? b,
]) = _$EndpointGetNotificationResponseApplicationJson;