CompletionRequest.fromJson constructor

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

Implementation

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