BlogAdminPage constructor
const
BlogAdminPage({})
Implementation
const BlogAdminPage({
this.client = const AdminRestClient(),
this.listPath = '/api/blog/posts/list',
this.createPath = '/api/blog/posts',
this.updatePath = '/api/blog/posts/update',
this.deletePath = '/api/blog/posts/delete',
this.title = 'NotÃcias',
this.defaultAuthor,
super.key,
});