update_file_generation_stop property
UpdateFileGenerationStop
get
update_file_generation_stop
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
Implementation
UpdateFileGenerationStop get update_file_generation_stop {
try {
if (rawData["update_file_generation_stop"] is Map == false) {
return UpdateFileGenerationStop({});
}
return UpdateFileGenerationStop(rawData["update_file_generation_stop"] as Map);
} catch (e) {
return UpdateFileGenerationStop({});
}
}
set
update_file_generation_stop
(UpdateFileGenerationStop value)
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
Implementation
set update_file_generation_stop(UpdateFileGenerationStop value) {
rawData["update_file_generation_stop"] = value.toJson();
}