dev
dart 5 lines 106 Bytes
Raw
1 abstract class AnonpayInfoBase {
2 String get clearnetUrl;
3 String get onionUrl;
4 String get address;
5 }