hideOnEmpty property

  1. @TagNumber(5)
bool get hideOnEmpty

Whether single element queries should yield an empty widget when no such document exists.

Implementation

@$pb.TagNumber(5)
$core.bool get hideOnEmpty => $_getBF(4);
  1. @TagNumber(5)
set hideOnEmpty (bool value)

Implementation

@$pb.TagNumber(5)
set hideOnEmpty($core.bool value) => $_setBool(4, value);