fromJson static method

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

Implementation

static FollowCreatedEvent fromJson(Map<String, dynamic> json) =>
    _$FollowCreatedEventFromJson(json);