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