ConsentPolicy constructor

const ConsentPolicy({
  1. String? authority,
  2. @JsonKey(name: '_authority') Element? authorityElement,
  3. String? uri,
  4. @JsonKey(name: '_uri') Element? uriElement,
})

Implementation

const factory ConsentPolicy({
  String? authority,
  @JsonKey(name: '_authority') Element? authorityElement,
  String? uri,
  @JsonKey(name: '_uri') Element? uriElement,
}) = _ConsentPolicy;