timeoutMs property

int? timeoutMs

Implementation

int? get timeoutMs => js.timeoutMs;
void timeoutMs=(int? t)

Implementation

void set timeoutMs(int? t) => js.timeoutMs = t;