concat constant

String const concat

Returns a string consisting of the concatenation of the inputs. Each input is converted to a string as if by to-string.

Sdk Support: basic functionality with js, android, ios, macos

Implementation

static const concat = "concat";