Create a Company from JSON
factory Company.fromJson(Map<String, dynamic> json) => _$CompanyFromJson(json);