LivePhoto.fromJson constructor

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

Creates a new LivePhoto object from a JSON Map.

Implementation

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