AreaSummary constructor

AreaSummary({
  1. List<ContentBlock>? contentBlocks,
  2. String? flagContentUri,
})

Implementation

AreaSummary({
  this.contentBlocks,
  this.flagContentUri,
});