nullIfEmpty method

MExpandableThemeData? nullIfEmpty()

Implementation

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