toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final childLinks = this.childLinks;
  final displayName = this.displayName;
  final executionStats = this.executionStats;
  final index = this.index;
  final kind = this.kind;
  final metadata = this.metadata;
  final shortRepresentation = this.shortRepresentation;
  return {
    'childLinks': ?childLinks,
    'displayName': ?displayName,
    'executionStats': ?executionStats,
    'index': ?index,
    'kind': ?kind,
    'metadata': ?metadata,
    'shortRepresentation': ?shortRepresentation,
  };
}