array constant

String const array

Asserts that the input is an array (optionally with a specific item type and length). If, when the input expression is evaluated, it is not of the asserted type, then this assertion will cause the whole expression to be aborted.

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

Implementation

static const array = "array";