ConvertRowIdToColumn constructor

ConvertRowIdToColumn({
  1. bool? onlyIfNoPrimaryKey,
})

Implementation

ConvertRowIdToColumn({
  this.onlyIfNoPrimaryKey,
});