pageRowsInfoTitleRaw property

  1. @override
String pageRowsInfoTitleRaw
override

The raw version of pageRowsInfoTitle, with $firstRow, $lastRow' and $rowCount verbatim in the string, for the case where the value is precise.

Implementation

@override
String get pageRowsInfoTitleRaw => r'$firstRow a $lastRow de $rowCount';