General constructor from JSON payload
Source.fromJson(Map<String, dynamic> json) : name = json['name'], bundleIdentifier = json['bundleIdentifier'];