DeepLApi class abstract

Constructors

DeepLApi.new(String key, {BaseClient? client})
DeepLApi.fromAuthKey(String key, {BaseClient? client})
Create an instance with a given key and optional client.
factory

Properties

documents Documents
Endpoint regarding translating documents
no setter
endpoint String
no setter
glossary Glossaries
Endpoint regarding translating text
no setter
hashCode int
The hash code for this object.
no setterinherited
languages Languages
Endpoint regarding the supported languages
no setter
quota Quotas
Endpoint regarding the quotas
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translations Translations
Endpoint regardinng the user saved glossary
no setter
version int
final

Methods

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