LocalDocKey constructor

LocalDocKey({
  1. String? key,
})

Implementation

LocalDocKey({String? key}) : super(key: key, tableName: "local_doc");