Parent.database constructor
const
Parent.database({
- required String id,
Constructor for database parent.
This constructor require the database id
.
Implementation
const Parent.database({required this.id}) : this.type = ParentType.Database;