TombstoneContent.fromJson constructor

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

Implementation

TombstoneContent.fromJson(Map<String, Object?> json)
    : body = json.tryGet('body', TryGet.required) ?? '',
      replacementRoom =
          json.tryGet('replacement_room', TryGet.required) ?? '';