timezone property

int timezone

Implementation

int get timezone => _timezone.value;
void timezone=(int value)

Implementation

set timezone(int value) => _timezone.value = value;