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