hideOnEmpty property

  1. @TagNumber(5)
bool get hideOnEmpty

@doc if true, hide the widget when the query returns no results.

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);