toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final ancestor = this.ancestor;
  final indexId = this.indexId;
  final kind = this.kind;
  final projectId = this.projectId;
  final properties = this.properties;
  final state = this.state;
  return {
    'ancestor': ?ancestor,
    'indexId': ?indexId,
    'kind': ?kind,
    'projectId': ?projectId,
    'properties': ?properties,
    'state': ?state,
  };
}