normal property

Implementation

PlutoRowTypeNormal get normal {
  if (this is! PlutoRowTypeNormal) {
    throw TypeError();
  }

  return this as PlutoRowTypeNormal;
}