UsersGetCurrentUserResponseApplicationJson constructor

UsersGetCurrentUserResponseApplicationJson([
  1. void b(
    1. UsersGetCurrentUserResponseApplicationJsonBuilder
    )?
])

Creates a new UsersGetCurrentUserResponseApplicationJson object using the builder pattern.

Implementation

factory UsersGetCurrentUserResponseApplicationJson([
  void Function(UsersGetCurrentUserResponseApplicationJsonBuilder)? b,
]) = _$UsersGetCurrentUserResponseApplicationJson;