Like.fromJson constructor

Like.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Like.fromJson(Map<String, Object?> json) => _$LikeFromJson(json);