ProfileListChanged.fromJson constructor

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

Implementation

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