Entry.fromJson constructor

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

Implementation

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