AuthKey constructor

AuthKey({
  1. required List<char> key,
})

Implementation

AuthKey({
  required this.key,
});