toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final file = this.file;
  final registryPath = this.registryPath;
  final tags = this.tags;
  return {'file': ?file, 'registryPath': ?registryPath, 'tags': ?tags};
}