ModelChangedEvent constructor

ModelChangedEvent(
  1. RID rid,
  2. Map<RID, dynamic> newProps,
  3. Map<RID, dynamic> oldProps
)

Implementation

ModelChangedEvent(super.rid, this.newProps, this.oldProps);