Creates a License from a JSON object.
factory License.fromJson(Map<String, dynamic> json) => _$LicenseFromJson(json);