Collection.fromJson constructor

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

Implementation

Collection.fromJson(Map<String, dynamic> json) {
  href = json['href'];
}