CollectionEntry.fromJson constructor

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

Create a new instance from a JSON object

Implementation

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