mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: lint
mod: tweaks opt: publish page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -226,7 +226,7 @@ class DescV2 {
|
||||
this.bizId,
|
||||
});
|
||||
|
||||
fromRawJson(String str) {
|
||||
DescV2 fromRawJson(String str) {
|
||||
return DescV2.fromJson(json.decode(str));
|
||||
}
|
||||
|
||||
@@ -260,7 +260,7 @@ class Dimension {
|
||||
this.rotate,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => Dimension.fromJson(json.decode(str));
|
||||
Dimension fromRawJson(String str) => Dimension.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -330,7 +330,7 @@ class HonorReply {
|
||||
this.honor,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => HonorReply.fromJson(json.decode(str));
|
||||
HonorReply fromRawJson(String str) => HonorReply.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -360,7 +360,7 @@ class Honor {
|
||||
this.weeklyRecommendNum,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => Honor.fromJson(json.decode(str));
|
||||
Honor fromRawJson(String str) => Honor.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -394,7 +394,7 @@ class Owner {
|
||||
this.face,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => Owner.fromJson(json.decode(str));
|
||||
Owner fromRawJson(String str) => Owner.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -440,7 +440,7 @@ class Part {
|
||||
this.ctime,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => Part.fromJson(json.decode(str));
|
||||
Part fromRawJson(String str) => Part.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -505,7 +505,7 @@ class Stat {
|
||||
this.evaluation,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => Stat.fromJson(json.decode(str));
|
||||
Stat fromRawJson(String str) => Stat.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -552,7 +552,7 @@ class Subtitle {
|
||||
this.list,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => Subtitle.fromJson(json.decode(str));
|
||||
Subtitle fromRawJson(String str) => Subtitle.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
@@ -577,7 +577,7 @@ class UserGarb {
|
||||
this.urlImageAniCut,
|
||||
});
|
||||
|
||||
fromRawJson(String str) => UserGarb.fromJson(json.decode(str));
|
||||
UserGarb fromRawJson(String str) => UserGarb.fromJson(json.decode(str));
|
||||
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user