EntityData.fromJson constructor

EntityData.fromJson(
  1. dynamic json
)

Implementation

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