mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
@@ -4,8 +4,12 @@ class UploadBfsResData {
|
||||
int? imageHeight;
|
||||
double? imgSize;
|
||||
|
||||
UploadBfsResData(
|
||||
{this.imageUrl, this.imageWidth, this.imageHeight, this.imgSize});
|
||||
UploadBfsResData({
|
||||
this.imageUrl,
|
||||
this.imageWidth,
|
||||
this.imageHeight,
|
||||
this.imgSize,
|
||||
});
|
||||
|
||||
factory UploadBfsResData.fromJson(Map<String, dynamic> json) =>
|
||||
UploadBfsResData(
|
||||
|
||||
Reference in New Issue
Block a user