coalesce constant

String const coalesce

Evaluates each expression in turn until the first non-null value is obtained, and returns that value.

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

Implementation

static const coalesce = "coalesce";