Reference.fromJson constructor

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

Creates a Reference instance from a JSON map.

The json parameter is a JSON map representing the reference.

Implementation

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