Future<String?> get( String name, { int? cacheTtl, }) => _delegate.get( name, interop.KVNamespaceGetOptions() ..type = 'text' ..cacheTtl = cacheTtl, );