menu
liin_lang package
documentation
commands/types.dart
commandIsMap function
commandIsMap function
dark_mode
light_mode
commandIsMap
function
bool
commandIsMap
(
List
args
)
Function of
type_is_map
command
Implementation
bool commandIsMap(List args) => expEval(args[0]) is Map;
liin_lang package
documentation
commands/types
commandIsMap function
types library