RowDimensions constructor

RowDimensions({
  1. String? publisherIdentifier,
  2. TimeInterval? timeInterval,
})

Implementation

RowDimensions({
  this.publisherIdentifier,
  this.timeInterval,
});