About.fromJson constructor

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

Implementation

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