Entity constructor

const Entity({
  1. String? db = Database.defaultDbName,
})

Implementation

const Entity({this.db = Database.defaultDbName});