NsgUpdateKey constructor

NsgUpdateKey({
  1. required String id,
  2. required NsgUpdateKeyType type,
})

Implementation

NsgUpdateKey({required this.id, required this.type});