isEmpty property

dynamic isEmpty

Implementation

get isEmpty {
  return attributes.isEmpty && variantToApply.isEmpty;
}