HasClaim constructor

const HasClaim(
  1. String name,
  2. String value
)

Implementation

const HasClaim(this.name, this.value);