ListUserApplicationsRequest.fromJson constructor

ListUserApplicationsRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ListUserApplicationsRequest.fromJson(Map<String, Object?> json) =>
    _$ListUserApplicationsRequestFromJson(json);