fromJson static method

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

Implementation

static ActivityRestoredEvent fromJson(Map<String, dynamic> json) => _$ActivityRestoredEventFromJson(json);