ScriptLanguage constructor
const
ScriptLanguage({})
Implementation
const ScriptLanguage({
required super.code,
required super.name,
required super.nativeName,
required super.scriptDirection,
required this.toScripts,
});