Tombstone.fromJson constructor

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

Implementation

factory Tombstone.fromJson(Map<String, Object?> json) =>
    _$TombstoneFromJson(json);