ttlMs property
num
get
ttlMs
A hint from the server indicating how long (in milliseconds) the client MAY cache this response before re-fetching.
Implementation
num get ttlMs => data['ttlMs'] as num;
set
ttlMs
(num value)
Implementation
set ttlMs(num value) => data['ttlMs'] = value;