LanguageToolClient class

Class to interact with the LanguageTool API.

Read more @ https://languagetool.org/http-api/swagger-ui/#/

Constructors

LanguageToolClient({String language = 'auto'})
Constructor for LanguageToolClient.

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
A language code like en-US, de-DE, fr, or auto to guess the language automatically
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

check(String text) Future<List<WritingMistake>>
Checks the errors in text.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited