DocKey constructor

DocKey({
  1. String? key,
})

Implementation

DocKey({String? key}) : super(key: key, tableName: "doc");