Link.fromJson constructor

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

Implementation

Link.fromJson(Map<String, dynamic> json)
    : href = json["href"];