@JsonSerializable(explicitToJson: true) const factory AppInfo({ String? name, String? partnerId, String? url, String? version, }) = _AppInfo;