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