show member guard

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-05 12:10:18 +08:00
parent 279f21857d
commit c0b55f9af3
15 changed files with 776 additions and 300 deletions

View File

@@ -1,3 +1,5 @@
import 'package:PiliPlus/models/model_owner.dart';
class Elec {
int? total;
List<ElecItem>? list;
@@ -15,9 +17,11 @@ class Elec {
);
}
class ElecItem {
class ElecItem extends Owner {
String? uname;
String? avatar;
@override
String? get face => avatar;
ElecItem({
this.uname,