WatchResponse.fromJson constructor
      
      WatchResponse.fromJson(
    
    
- Map json_
 
Implementation
WatchResponse.fromJson(core.Map json_)
    : this(
        expiration: json_['expiration'] as core.String?,
        historyId: json_['historyId'] as core.String?,
      );