setAll method
dynamic
setAll(
- dynamic value
Implementation
setAll(value) {
// print('----- $value');
currentCodeId = value['codeId'];
currentInterval = value['interval'];
timeZone = value['timeZone'];
serveZone = value['serveZone'];
timeUTC = value['timeUtc'];
}