bindTo method

void bindTo(
  1. String? key,
  2. MVCObject? target, [
  3. String? targetKey,
  4. bool? noNotify,
])

Implementation

external void bindTo(
  String? key,
  MVCObject? target, [
  String? targetKey,
  bool? noNotify,
]);