DatabaseBlogSource constructor
const
DatabaseBlogSource(
- DbExecutor db, {
- String table = 'blog_posts',
- BlogPostMapper mapper = const BlogPostMapper(),
- int max = 1000,
Implementation
const DatabaseBlogSource(
this.db, {
this.table = 'blog_posts',
this.mapper = const BlogPostMapper(),
this.max = 1000,
});