get method

Object get(
  1. dynamic targets,
  2. String prop, [
  3. String? unit
])

Implementation

_i2.Object get(
  _i2.dynamic targets,
  _i2.String prop, [
  _i2.String? unit,
]) =>
    _i6.callMethod(
      this,
      'get',
      [
        targets,
        prop,
        unit ?? _i5.undefined,
      ],
    );