isMainRow method

  1. @override
bool isMainRow(
  1. PlutoRow row
)
inherited

Returns whether it is the top row or not.

If PlutoRow.parent does not exist, it is the top row.

Implementation

@override
bool isMainRow(PlutoRow row) => row.isMain;