Skip to main content

Language class

<p>This class creates an langauge model.</p>

Constructors

Language ({required String countryCode, required String langCode, required String langName, required String langSample})

Properties

countryCodeString

<span class="feature">final</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

langCodeString

<span class="feature">final</span>

langNameString

<span class="feature">final</span>

langSampleString

<span class="feature">final</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>