QueryEndpoint constructor
QueryEndpoint({
- required String result,
Returns a new QueryEndpoint instance.
Implementation
QueryEndpoint({
required this.result,
});
Returns a new QueryEndpoint instance.
QueryEndpoint({
required this.result,
});