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