QueryEndpoint constructor

QueryEndpoint({
  1. required String result,
})

Returns a new QueryEndpoint instance.

Implementation

QueryEndpoint({
  required this.result,
});