Watch a specific field on this model
Widget watchField(Symbol field, Widget Function() builder) { return ReactiveBuilder<T>( model: this, fields: [field], builder: (_) => builder(), ); }