mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 15:25:47 +08:00
@@ -18,12 +18,12 @@ class VideoShotData {
|
||||
});
|
||||
|
||||
factory VideoShotData.fromJson(Map<String, dynamic> json) => VideoShotData(
|
||||
pvdata: json["pvdata"],
|
||||
imgXLen: json["img_x_len"],
|
||||
imgYLen: json["img_y_len"],
|
||||
imgXSize: json["img_x_size"],
|
||||
imgYSize: json["img_y_size"],
|
||||
image: (json["image"] as List?)?.cast(),
|
||||
index: (json["index"] as List?)?.cast(),
|
||||
);
|
||||
pvdata: json["pvdata"],
|
||||
imgXLen: json["img_x_len"],
|
||||
imgYLen: json["img_y_len"],
|
||||
imgXSize: json["img_x_size"],
|
||||
imgYSize: json["img_y_size"],
|
||||
image: (json["image"] as List?)?.cast(),
|
||||
index: (json["index"] as List?)?.cast(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user