Sozluk class

Sozluk is a class for making HTTP requests to the SOZLUK API.

Constructors

Sozluk()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

audioUrl(String word) Future<String>
audioUrl is a class for making HTTP requests to the SOZLUK API using the word parameter and print word in the console.
getJson(String word) Future<String>
getJson is a class for making HTTP requests to the SOZLUK API using the word parameter.
meaning(String word) Future<String>
meaning is a class for making HTTP requests to the SOZLUK API using the word parameter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
proverb(String word) Future<String>
proverb is a class for making HTTP requests to the SOZLUK API using the word parameter.
toString() String
A string representation of this object.
inherited

Operators

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