menu
liin_lang package
documentation
commands/types.dart
commandType function
commandType function
dark_mode
light_mode
commandType
function
String
commandType
(
List
args
)
Implementation
String commandType(List args) => '${expEval(args[0]).runtimeType}';
liin_lang package
documentation
commands/types
commandType function
types library