ProfileChange.fromJson constructor

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

Implementation

ProfileChange.fromJson(Map<String, dynamic> json)
    : this(json['userId'], _parseAvailability(json['mode']));