FFDataTableAction_UpdateRowsPerPage constructor
FFDataTableAction_UpdateRowsPerPage({
- FFValue? rowsPerPage,
Implementation
factory FFDataTableAction_UpdateRowsPerPage({
FFValue? rowsPerPage,
}) {
final result = create();
if (rowsPerPage != null) result.rowsPerPage = rowsPerPage;
return result;
}