$RequestValue constructor

$RequestValue({
  1. List<String>? excludeFromUserAttributeIds,
  2. String? key,
  3. List<String>? userAttributeIds,
})

Implementation

$RequestValue({
  this.excludeFromUserAttributeIds,
  this.key,
  this.userAttributeIds,
});