SecretInfo constructor

const SecretInfo({
  1. required String id,
  2. required String type,
  3. required String name,
  4. String? delegatedTo,
})

Implementation

const SecretInfo({required this.id, required this.type, required this.name, this.delegatedTo});