toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final exec = this.exec;
  final file = this.file;
  final id = this.id;
  final pkg = this.pkg;
  final repository = this.repository;
  return {
    'exec': ?exec,
    'file': ?file,
    'id': ?id,
    'pkg': ?pkg,
    'repository': ?repository,
  };
}