getTs method Null safety

int getTs()

Returns unix timestamp of the remote control event

Implementation

int getTs() {
  return _ts;
}