class PrInfo { PrInfo(); factory PrInfo.fromJson(Map json) { // TODO: implement fromJson throw UnimplementedError('PrInfo.fromJson($json) is not implemented'); } Map toJson() { // TODO: implement toJson throw UnimplementedError(); } }