E2eeKeyState constructor

const E2eeKeyState({
  1. required List<E2eeUserKey> perUserKeys,
  2. required List<E2eeSharedKey> sharedKeys,
})

Implementation

const E2eeKeyState({
  required this.perUserKeys,
  required this.sharedKeys,
});