V2TimOfflinePushInfo.fromJson constructor

V2TimOfflinePushInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

V2TimOfflinePushInfo.fromJson(Map<String, dynamic> json) {
  title = json['title'];
  desc = json['desc'];
  disablePush = json['disablePush'];
}