of static method

Implementation

static StackSpecAttribute of(MixData mix) {
  return mix.attributeOf() ?? const StackSpecAttribute();
}