Peep.fromJson constructor

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

Creates a Peep instance from a json object.

Implementation

factory Peep.fromJson(Map<String, dynamic> json) => _$PeepFromJson(json);