GetEventByTimestampResponse.fromJson constructor

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

Implementation

GetEventByTimestampResponse.fromJson(Map<String, Object?> json)
    : eventId = json['event_id'] as String,
      originServerTs = json['origin_server_ts'] as int;