DocType constructor

DocType(
  1. {required CalbackFunction callback}
)

Implementation

DocType({
  // Key key,
  required this.callback});