$_set method

void $_set(
  1. String prop,
  2. $Value value
)
inherited

Implementation

void $_set(String prop, $Value value) {
  final runtime = Runtime.bridgeData[this]!.runtime;
  $setProperty(runtime, prop, value);
}