ForvoResult class

An entity used to neatly return and organise results fetched from Forvo.

Constructors

ForvoResult({required String audioUrl, required String contributor})
Define a result with the given parameters.

Properties

audioUrl String
The URL of the audio recording.
read / write
contributor String
The contributor to attribute the recording to.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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