ViewMetaKey constructor

ViewMetaKey({
  1. String? key,
})

Implementation

ViewMetaKey({String? key}) : super(key: key, tableName: "view_meta");