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

Constructors

Language({required String name})
Creates a new instance of the Language class.
const

Properties

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

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