DaoType constructor

const DaoType({
  1. String? name,
})

Implementation

const DaoType({this.name});