nullIfEmpty method

ExpandableThemeData? nullIfEmpty()

Implementation

ExpandableThemeData? nullIfEmpty() {
  return isEmpty() ? null : this;
}