toJson method

Map<String, dynamic> toJson()

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,
  };
}