BasicEventWithSender.fromJson constructor

BasicEventWithSender.fromJson(
  1. Map<String, Object?> json
)

Implementation

BasicEventWithSender.fromJson(super.json)
    : senderId = json['sender'] as String,
      super.fromJson();