factory TicketWeebi.fromJson(String source, {required bool isProto}) => TicketWeebi.fromMap(json.decode(source), isProto: isProto);