PeepAtom.fromJson constructor

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

Creates a PeepAtom instance from a json object.

Implementation

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