toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aspectSource = this.aspectSource;
  final aspectType = this.aspectType;
  final createTime = this.createTime;
  final data = this.data;
  final path = this.path;
  final updateTime = this.updateTime;
  return {
    'aspectSource': ?aspectSource,
    'aspectType': ?aspectType,
    'createTime': ?createTime,
    'data': ?data,
    'path': ?path,
    'updateTime': ?updateTime,
  };
}