CustomElem.fromJson constructor

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

Implementation

CustomElem.fromJson(Map<String, dynamic> json) {
  data = json['data'];
  extension = json['extension'];
  description = json['description'];
}