menu
hetu_script package
documentation
bytecode/bytecode_module.dart
HTBytecodeModule
getConstString method
getConstString method
dark_mode
light_mode
getConstString
method
String
getConstString
(
)
Implementation
String getConstString() { final index = readUint16(); return getGlobalConstant(String, index); }
hetu_script package
documentation
bytecode/bytecode_module
HTBytecodeModule
getConstString method
HTBytecodeModule class