NotificationElem.fromJson constructor

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

Implementation

NotificationElem.fromJson(Map<String, dynamic> json) {
  detail = json['detail'];
  defaultTips = json['defaultTips'];
}