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