mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
11 lines
153 B
Dart
11 lines
153 B
Dart
abstract class StatDetail {
|
|
late num coin;
|
|
int? danmaku;
|
|
late int favorite;
|
|
late int like;
|
|
int? reply;
|
|
int? share;
|
|
int? view;
|
|
int? vt;
|
|
}
|