syncIntervalMinutes property

int? syncIntervalMinutes

Implementation

int? get syncIntervalMinutes => _$this._syncIntervalMinutes;
void syncIntervalMinutes=(int? syncIntervalMinutes)

Implementation

set syncIntervalMinutes(int? syncIntervalMinutes) =>
    _$this._syncIntervalMinutes = syncIntervalMinutes;