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
countryCode → String
<span class="feature">final</span>
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
langCode → String
<span class="feature">final</span>
langName → String
<span class="feature">final</span>
langSample → String
<span class="feature">final</span>
runtimeType → Type
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>