UtilsKey constructor

UtilsKey({
  1. String? key,
})

Implementation

UtilsKey({String? key}) : super(key: key, tableName: "utils");