AllowCredential constructor

AllowCredential({
  1. required String type,
  2. required String id,
  3. required List<String?> transports,
})

Implementation

AllowCredential({
  required this.type,
  required this.id,
  required this.transports,
});