factory BusinessType.fromJson(Map<String, dynamic> json) { return BusinessType( businessTypeId: json['businessTypeId'], businessType: json['business_type'], ); }