factory LicenseInfo.fromJson(Map<String, dynamic> json) { return LicenseInfo.fromJsonString(jsonEncode(json)); }