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