MergedCellCollection constructor

MergedCellCollection()

Create an instances of merged cell collection.

Implementation

MergedCellCollection() {
  _mergecell = <MergeCell>[];
}