toMap method
Serializes to a map.
Implementation
Map<String, Object?> toMap() {
return <String, Object?>{
'attestationEnabled': enabled,
'attestationRefreshInterval': refreshInterval,
'attestationVerificationUrl': verificationUrl,
};
}