toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (encodedSecret != null) 'encodedSecret': encodedSecret!,
if (installerId != null) 'installerId': installerId!,
if (secret != null) 'secret': secret!,
};