toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appInstallationId = this.appInstallationId;
final authorizerCredential = this.authorizerCredential;
return {
'appInstallationId': ?appInstallationId,
'authorizerCredential': ?authorizerCredential,
};
}