EntityData.fromJson constructor
EntityData.fromJson(
- dynamic json
Implementation
EntityData.fromJson(dynamic json)
: url = json['url'],
name = json['name'],
href = json['href'],
type = json['type'],
target = json['target'];