toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final datastoreConfig = this.datastoreConfig;
  final displayName = this.displayName;
  final lastUpdateTime = this.lastUpdateTime;
  final org = this.org;
  final self = this.self;
  final targetType = this.targetType;
  return {
    'createTime': ?createTime,
    'datastoreConfig': ?datastoreConfig,
    'displayName': ?displayName,
    'lastUpdateTime': ?lastUpdateTime,
    'org': ?org,
    'self': ?self,
    'targetType': ?targetType,
  };
}