getSeconds method

int getSeconds()

Implementation

int getSeconds() {
  return int.parse(getAttribute('seconds')?.value ?? '-1');
}