Parent.database constructor

const Parent.database({
  1. required String id,
})

Constructor for database parent.

This constructor require the database id.

Implementation

const Parent.database({required this.id}) : this.type = ParentType.Database;