FriendLocationEvent.fromJson constructor

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

Create a FriendLocationEvent from json

Implementation

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