toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"\$id": $id,
"enabled": enabled,
"clientId": clientId,
"clientSecret": clientSecret,
"wellKnownURL": wellKnownURL,
"authorizationURL": authorizationURL,
"tokenURL": tokenURL,
"userInfoURL": userInfoURL,
};
}