toString$ static method

String toString$([
  1. dynamic val
])

This static function can be used to convert an object to a string, looking for commonly defined data properties, such as "text", "name", "key", or "id". If none are found, this just calls toString() on it.

Implementation

static _i2.String toString$([_i2.dynamic val]) => _i4.callMethod(
      _declaredBinding,
      'toString',
      [val],
    );