Claim constructor

Claim(
  1. String name,
  2. dynamic value
)

Implementation

Claim(this.name, this.value);