core.List<core.int> get tfPlanAsBytes => convert.base64.decode(tfPlan!);
set tfPlanAsBytes(core.List<core.int> bytes_) { tfPlan = convert.base64 .encode(bytes_) .replaceAll('/', '_') .replaceAll('+', '-'); }