EntityKey constructor

EntityKey({
  1. required EntityKeyType type,
  2. required String key,
})

Implementation

EntityKey({required this.type, required this.key});