toBoolean
..Root.String.toBoolean
Checks if string is not empty (true if not empty, false otherwise).
Boolean
String
NativeCallable, Callable
NativeCallable
Callable
log("Hello World!".toBoolean()); log("".toBoolean());