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