CustomElement.fromJson constructor
CustomElement.fromJson(
- dynamic json
Implementation
CustomElement.fromJson(dynamic json) {
_elementName = json['ElementName'];
_elementNameSpace = json['ElementNameSpace'];
_childElement = json['ChildElement'];
_childBody = json['ChildBody'];
}