DeleteAutocompleteIndexResponse constructor

  1. @JsonSerializable(explicitToJson: true)
const DeleteAutocompleteIndexResponse({
  1. @Default('') String? error,
})

Constructor

Implementation

@JsonSerializable(explicitToJson: true)
const factory DeleteAutocompleteIndexResponse(
    {

    /// Error is string explaining what went wrong. Empty if everything was fine.
    @Default('') String? error}) = _DeleteAutocompleteIndexResponse;