group property

Implementation

PlutoRowTypeGroup get group {
  if (this is! PlutoRowTypeGroup) {
    throw TypeError();
  }

  return this as PlutoRowTypeGroup;
}