RoomKeysUpdateResponse.fromJson constructor

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

Implementation

RoomKeysUpdateResponse.fromJson(Map<String, Object?> json)
  : count = json['count'] as int,
    etag = json['etag'] as String;