ExcludeCredential constructor

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

Implementation

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