menu
flutter_ilib package
documentation
ilib_scriptinfo.dart
ILibScriptInfo
getName method
getName method
dark_mode
light_mode
getName
method
String
?
getName
(
)
Get the name of this script in English.
Implementation
String? getName() { return _info?['nm'] as String?; }
flutter_ilib package
documentation
ilib_scriptinfo
ILibScriptInfo
getName method
ILibScriptInfo class