ModelQueryBaseExtensions<TModel extends Listenable> extension

This is an extension method of ModelQueryBase.

ModelQueryBaseの拡張メソッドです。

on

Methods

read(AppRef ref) → TModel
Get TModel stored in ref in the same way as ref.app.model.
watch(RefHasApp ref) → TModel
Get TModel while monitoring it with the widget associated with ref in the same way as ref.app.model.