ts property

int? ts

Implementation

int? get ts => get("ts") as int;
void ts=(int? ts)

Implementation

set ts(int? ts) => set("ts", ts);