Creates a Percent from JSON data.
Percent.fromJson(Map<String, dynamic> json) : this(value: json['value']);