Language class sealed
A sealed class that represents a language.
A language is a system of communication consisting of sounds, words, and grammar that is used by a group of people to communicate with each other.
- Implemented types
- Implementers
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
{bool short = true}) → String -
Returns a string representation of this Language object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited