$DynamicTargetingKey constructor

$DynamicTargetingKey({
  1. String? kind,
  2. String? name,
  3. String? objectId,
  4. String? objectType,
})

Implementation

$DynamicTargetingKey({this.kind, this.name, this.objectId, this.objectType});