factory ServiceInfo.fromJson(Map<String, dynamic> json) { return ServiceInfo( serviceCode: json['ServiceCode'] as String?, serviceName: json['ServiceName'] as String?, ); }