CompositeBlogSource constructor

const CompositeBlogSource(
  1. List<BlogSource> sources
)

Implementation

const CompositeBlogSource(this.sources);