ESetKey constructor

ESetKey({
  1. required String key,
})

Implementation

ESetKey({required String key}) {
  _key = key;
}