resolved method

AttestationConfig resolved()

Returns this config with every field pinned to its effective value, for the complete baseline ready() sends (#321).

Implementation

AttestationConfig resolved() => AttestationConfig(
  enabled: enabled,
  refreshInterval: refreshInterval,
  // ignore: deprecated_member_use_from_same_package
  verificationUrl: verificationUrl,
);