mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-01 07:39:47 +08:00
refa: coin/like arc
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import 'package:PiliPlus/models/model_hot_video_item.dart';
|
||||
|
||||
class MemberCoinsDataModel extends HotVideoItemModel {
|
||||
String? subtitle;
|
||||
int? coins;
|
||||
int? time;
|
||||
String? resourceType;
|
||||
|
||||
MemberCoinsDataModel.fromJson(Map<String, dynamic> json)
|
||||
: super.fromJson(json) {
|
||||
coins = json['coins'];
|
||||
subtitle = json['subtitle'];
|
||||
time = json['time'];
|
||||
resourceType = json['resource_type'];
|
||||
redirectUrl = json['redirect_url'];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user